Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a Web Service from behind a firewall
Message
 
 
À
14/11/2001 12:09:48
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00579797
Message ID:
00581637
Vues:
57
>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.
>
>I get an error on the above line of code.

The Connector Properties are based on the specific SoapConnector implementation. See the SOAP Toolkit docs for more details. If you are getting an error with the above Connector property, you might try following instead:

lo = CREATEOBJECT('mssoap.soapclient')
lo.mssoapinit('your wsdl location')
lo.ConnectorProperty("ProxyServer") = 'MyProxy'
lo.ConnectorProperty("ProxyPort") = 80

You would set the last 2 properties to your specific proxy server settings.

Randy
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform