Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Web Service from behind a firewall
Message
 
 
To
14/11/2001 12:09:48
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00579797
Message ID:
00581629
Views:
58
>I think I am having the same problems that you are having with webservices behind a firewall.
>
>What value did you use for;
>lo.ConnectorProperty("UseProxy") = .t.

Same code. Are your proxy settings specified in Internet Explorer?

Try this code. Do you still get an error?

loFoxCentral=Createobject("mssoap.soapclient")
loFoxCentral.mssoapinit("http://www.foxcentral.net/foxcentral.wsdl")
loFoxCentral.ConnectorProperty("UseProxy") = .T.
= MESSAGEBOX(loFoxCentral.Getproviders())
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform