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:36:12
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
 
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00579797
Message ID:
00581671
Views:
59
I ran the code below. I get an error "Ole Idispatch exception code 0 from client: This property name is not recognized hresult=blahblah". I get the error on loFoxCentral.ConnectorProperty("UseProxy") = .T.

Again, from my dialup at home everything works. Here in the office on a W2K PC behind a firewall, it doesn't work.

However, I am able to create web services on my dev web server and other PCs in my office can use these web services just fine. I just can't use outside web services.

In IE, I do have proxy settings:
Use a proxy server: proxy.mycompany.com :8080
and
Bypass proxy server for local addresses is checked

Automatically detect settings
and
Use automatic configuration scripts
are NOT checked.

Are there any other settings to check?

Thanks,

Jerryt



>
>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