Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Connect thru proxy
Message
From
24/08/2004 18:49:50
 
 
To
22/08/2004 23:15:28
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00934376
Message ID:
00936168
Views:
25
From my network at work, I copied and pasted your code as it was and it did not work. I then added the line I supplied to you, exactly as typed and ran it again. It worked.



>>Basically, you are telling the loWSHandler to use the proxy server configuration in IE of the current logged on user.
>Do I use your code below EXACTLY as typed?
>
>
loWsHandler.wsObject.ConnectorProperty("ProxyServer") = "<CURRENT_USER>"
including the CURRENT_USER string?
>
>Or do I substitute my username instead of CURRENT_USER?
>
>
>>
>>
>>
>>>Thanks John for your reply.
>>>
>>>What exactly is ""??
>>>
>>>
>>>>Try inserting this line
>>>>
>>>>
>>>>loWsHandler.wsObject.ConnectorProperty("ProxyServer") = CURRENT_USER
>>>>
>>>>
>>>>Before this one -
>>>>
>>>>lowikiwebservice.GetTextSearch("adapters")
>>>>
>>>>
>>>>>As in most offices I connect to the internet thru a proxy. This is accessed from IE TOOLS/Internet Options.../ Connections Tab, click LAN Settings button
>>>>>and in the next screen enter an IP in Address and a port number in Port. Also Bypass proxy Server is ticked.
>>>>>
>>>>>I am unable to use this computer to access any web service as a client. I can register the web service in Intellisense but when I try to access the web service using the code in a prg that is generated by dragging and dropping the registered web service from the Toolbox and adding my function call as below, I get error 1429 and a whole heap of soap error stuff as in the code below.
>>>>>
>>>>>Is there some document that will show how to access a web service thru a proxy?
>>>>>
>>>>>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform