Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when sending to a webservice
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00996134
Message ID:
00996659
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform