Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Soap/Xml
Message
De
20/11/2019 06:54:44
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Soap/Xml
Divers
Thread ID:
01671949
Message ID:
01671949
Vues:
55
Hi

I'm writing some SOAP/XML routines to read data from the following location:

http://10.200.52.132:8195/ClientService.asmx?WSDL

My code, to read the client record, currently is:
loProxy = CREATEOBJECT("MSSOAP.SoapClient30")
loProxy.MSSoapInit("http://10.200.52.132:8195/ClientService.asmx?WSDL")
lcXML =  loProxy.GetClient(1)
XMLTOCURSOR( lcXML, "temp" )
browse
However, I'm having parameter issues in that I'm constantly returning an error based on the the wrong number of parameters. Can anyone spot my mistake, I cannot see what's wrong with my code.

Regards
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform