Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data exchange with Magento Commerce
Message
De
20/02/2009 14:16:06
 
 
À
20/02/2009 14:08:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows NT
Database:
MySQL
Application:
Desktop
Divers
Thread ID:
01383070
Message ID:
01383163
Vues:
50
>Can you not use the product API? http://www.magentocommerce.com/wiki/doc/webservices-api/api#product_api
>
Not exactly... I've been through there.. But, I'm not fiting the needs with magento's API and the logic of VFP

I'm running around..
	loWS = Newobject("WSHandler",Home()+"ffc\_ws3client.vcx")
*	loWS.cWSName = "Mage_Catalog"
	o = loWS.SetupClient("http://www.thestore.com/magento/api/soap/?wsdl", "Mage_Catalog", "catalog_product")

	lsessionId =  o.login('adminusername', 'adminpassword')
	? oProxy.Call(lsessionId, 'product.list', ['like'=>'zol%'])
It seems that is something missing.. because the variable 'o' always return empty string and I can go far to supply user/password by the method login and call
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform