Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when sending to a webservice
Message
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00996134
Message ID:
00996659
Views:
22
Hi,

>>
x = loPatientDataIFPort.OP_ReceiveLifetracData('gd','gd',lcPatientXml)
I am still getting the error... can you look at this WSDL and see if I am missing something?

http://nybf01-al-n002.buffalo.gd-ais.com:8080/lifetrac/insert?WSDL
>>

The WSDL indicates that the method only accepts one parameter (a complex type). You may have to package this yourself in VFP. Maybe something like:
lcParam = "<username>gd</username><password>gd</password><lifetracXMLString>" ;
+ lcPatientXML + "</lifetracString>"
x = loPatientDataIFPort.OP_ReceiveLifetracData(lcParam)
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform