Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service from behind a firewall
Message
From
11/04/2002 10:23:53
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00579797
Message ID:
00643732
Views:
44
Hi Martin sorry only replying now but I was away for some time the UseProxy only appear in SOAP toolkit 2 SP2 What comes in the VFP7 CD is SOAP toolkit 2 so if this is what you have installed you better update it.

>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?
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform