Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service from behind a firewall
Message
From
14/11/2001 13:56:54
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00579797
Message ID:
00581686
Views:
50
Randy,

Ignore my other reply. This works now. I'm messed around with my system and 1 of 2 things made this work. First I did the proxycfg.exe -u and then I included .ConnectorProperty("ProxyPort") = 8080 instead of just 80.

Either way, outside web services now work on my PC.

Thanks,

Jerryt

***Works.
loFoxCentral=Createobject("mssoap.soapclient")
loFoxCentral.mssoapinit("http://www.foxcentral.net/foxcentral.wsdl")
loFoxCentral.ConnectorProperty("ProxyServer") = 'myproxy.mycompany.com'
loFoxCentral.ConnectorProperty("ProxyPort") = 8080
= MESSAGEBOX(loFoxCentral.Getproviders())
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform