Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service from behind a firewall
Message
From
15/11/2001 10:04:24
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00579797
Message ID:
00582049
Views:
60
Here's my Exact code:
loFoxCentral=Createobject("mssoap.soapclient")
loFoxCentral.mssoapinit("http://www.foxcentral.net/foxcentral.wsdl")
loFoxCentral.ConnectorProperty("ProxyServer") = 'proxy.dana.com'
oFoxCentral.ConnectorProperty("ProxyPort") = 8080
= MESSAGEBOX(loFoxCentral.Getproviders())

Looks like the ProxyServer and ProxyPort settings did the trick.

Thanks,

Jerryt



>Is this your exact code? I will assume so, in which case, the settings are probably not correct. The ProxyServer and ProxyPort properties should be set to the same settings in your Internet Explorer (in the IE Options dialog, goto Connections tab and click on LAN settings). At the bottom half where it says Proxy Server, enter the value in the Address textbox as your ProxyServer and value in Port textbox as your ProxyPort.
>
>RB
Previous
Reply
Map
View

Click here to load this message in the networking platform