Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WSHandler class and SOAP anyone?
Message
From
20/06/2005 12:30:56
 
 
To
20/06/2005 10:29:13
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01024848
Message ID:
01024885
Views:
15
This message has been marked as the solution to the initial question of the thread.
HI,

>>But at work I'm connected via a proxy server and I just keep getting errors.

You need to set some connector properties for the proxy. E.g:
oWS = CreateObject("MSSOAP.SoapClient30")
oWS.ConnectorProperty("ProxyServer") = 
oWS.ConnectorProperty("ProxyUser")  = 
oWS.ConnectorProperty("ProxyPassword")  = 
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform