Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upgrading to SOAP 3
Message
De
15/04/2003 02:39:57
 
 
À
11/04/2003 12:46:03
Luis Navas
Independent Consultant
Auckland, Nouvelle Zélande
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00776647
Message ID:
00777569
Vues:
15
>Hi, i'm upgrading my Web Service from SOAP 2 to SOAP 3, with the SOAP 2 client i was abble to use my proxy server in this way:
>
>SoapClient3.ConnectorProperty("UseProxy") = .T.
>
>but with the SOAP 3, the help says it has to be in this way:
>
>SoapClient3.ConnectorProperty("ProxyServer") = ""
>
>Can someone tell me please what is ""
>
>Please let me know if you can help me.

This is the address of your proxy server. That can be under a domain naming approach or an IP address. That is usually followed by:
soapClient.ConnectorProperty("ProxyPort")=8080
for example. Note that when adding code to your message, you may do as I do by encapsulating your code in PRE tag. You can view the syntax by replying to this message. By that, you will assure that any HTML similar syntax, such as the CURRENT_USER syntax you used, will be shown as is.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform