Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a Web Service from behind a firewall
Message
 
 
À
14/11/2001 04:55:45
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00579797
Message ID:
00642912
Vues:
47
Hi, Alexandre.

>you can try the following:
>lo = CREATEOBJECT('mssoap.soapclient')
>lo.mssoapinit('your wsdl location')
>lo.ConnectorProperty("UseProxy") = .t.
>
>now you can do your call

I'm contacting you (or anyone else who can help me) because I can't make this work.

The first two lines executes right (CreateObject and SoapInit), but then, when I issue the ConnectorProperty (exactly as you stated there), I got:

OLE IDispatch exception code 0 from Client: Client: This property name is not recognized HRESULT=0x80070648..

My code is this:
loWS = Createobject( "mssoap.soapclient" )
loWS.mssoapinit( "http://www.reservaok.com.ar/webservices/Motor.WSDL" )
loWS.ConnectorProperty("UseProxy") = .T.
Any idea?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform