ÓÃDelphiµ÷ÓÃMagentoµÄWebservice,×ܳö´í
    
	
	PHP code: 
<?php
$proxy = new SoapClient('http://192.168.1.91:8081/magento/api/soap/?wsdl');
$sessionId = $proxy->login('apiuser', 'apiuser');
 
$newProductData = array(
    'name'              => 'name of product',
    'short_description' => 'short description',
    'description'       => 'description',
    'price'             => 12.05
);
 
 $proxy->call($sessionId, 'product.create', array('simple', 38, 'sku_of_product', $newProductData));
 
?>
 
 ·Òë³ÉDelphi,ÓÐʲô²»¶Ô£¿£¿×ÜÊÇÌáʾ 
   
 Project Project1.exe raised exception class EOleException with message '¶ÔÓÚ '' Ãû³Æ¿Õ¼ä£¬·¢ÉúÃû³Æ¿Õ¼ä³åÍ»¡£'. Process stopped. Use Step or Run to continue. 
   
  
  
  
 Delphi(Pascal) code: 
var
  proxy:Mage_Api_Model_Server_HandlerPortType;
  sessionID:WideString;
  test :Variant;
begin
   proxy:= HTTPRIO1 as Mage_Api_Model_Server_HandlerPortType;
  try
    try
      sessionID:= proxy.login('apiuser','apiuser');
      test:=VarArrayCreate([0,3],   varVariant);
 
      test[0]   :=   'simple';
      test[1]   :=   38;
      test[2]   :=   'sku_of_product';
      test[3]   :=   VarArrayOf(['name of product','short description',
    
 
	Ïà¹ØÎÊ´ð£º
        
    
    ÇëÎÊDelphiÓÐÊ÷ÐοؼþÂð£¿
ÔõÑùʹÓã¿
Ttreeview  
  treeview.items.addchild(nil(Éϼ¶½Úµã),'°¸·¢Ê±·¢'(text));
raize ¿Ø¼þ°üÀïÃæÓУ¬csdnÓÐÏÂÔØµÄ
²é°ïÖúTTreeViewºÍTNodeÁ½¸öÀà
TTreeView ......
    
        
    
    Ò»°ã¶¼ÊÇÔõô½Ó»îµÄ£¿
ÊÕÈëÔõôÑù 
sohu£¿soho£¿
sohu ¿ÉÄÜÊÇsmall office house unit
С°ì¹«ÊÒ£¬°Ñ¼Ò±ä³Éµ¥Î»¡£
È¥Íþ¿ÍÍø°¡,ºÜ¶à¸öÄØ,»¹ÓÐÍâ°üµÄÍøÕ¾
ѧϰѧϰ¡£
ÏÖÔÚDelphi×ö¶«Î÷²»ÐÐÁË,´¦ÓÚÌÔÌ×´ ......
    
        
    
    ×î½ü»»Á˼ҹ«Ë¾£¬ÓôÃÆµÄÊǹØÓÚDelphiµÄÎÊÌ⣬¹«Ë¾Ö®Ç°ÓõÄÒ²ÊÇD°æDelphi7ÆóÒµ°æµÄ¡£ºóÀ´±»ËÍÁËÂÉʺ¯ÒԺ󣬾ÍÇ¿ÖÆ¸ÄÓÃDelphi7¸öÈ˰棬¾ç˵Õâ¸ö°æ±¾ÊÇÃâ·Ñ°æ£¬»òÕß˵ºÜ±ãÒË£¬Èç¹û²é³öÀ´£¬¾ÍÂò¸öºÃÁË¡£ÕâÏ¿ɺ᣿àÁËÎ ......
    
        
    
    ¸÷λ¸ßÊָϿì°ï°ïæ¡£
ÏÖÔÚÓÐÒ»¸ödelphiдµÄdll£¬º¯ÊýÖÐÓÐPIntegerµÄ·µ»Ø²ÎÊý£¬ÔÚdelphiÖпÉÒÔÕý³£µ÷Ó㬵«ÊÇÎÒÔÚvbÀïдµÄʱºò¾Í²»ÖªµÀ¸ÃÔõôÀ´µ÷ÓÃÁË¡£
Çë¿´´úÂë
ÒÔÏÂÊÇdelphiÖеĺ¯Êý¶¨ÒåºÍµ÷ÓôúÂ룬ÄÜÕý³£ÔËÐ ......