Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upgrading to SOAP 3
Message
From
15/04/2003 02:39:57
 
 
To
11/04/2003 12:46:03
Luis Navas
Independent Consultant
Auckland, New Zealand
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00776647
Message ID:
00777569
Views:
16
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform