Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Soap/Xml
Message
From
20/11/2019 06:54:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Soap/Xml
Miscellaneous
Thread ID:
01671949
Message ID:
01671949
Views:
56
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
Next
Reply
Map
View

Click here to load this message in the networking platform