Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service from behind a firewall
Message
From
09/04/2002 17:16:38
 
 
To
14/11/2001 04:55:45
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00579797
Message ID:
00642912
Views:
46
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform