Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upgrading to SOAP 3
Message
From
21/04/2003 10:53:29
Luis Navas
Independent Consultant
Auckland, New Zealand
 
 
To
15/04/2003 02:39:57
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00776647
Message ID:
00779800
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
Microsoft MVP


HI, just a question is there anyway to tell the SAOP 3 to use the default proxy that is using IE?
Thanks for your help and time.
Luis
I never forget a face, but in your case I will make an exception :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform