[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

NET_NET_2003

8/27/2003 7:55:00 AM

Hi,
I need to know if there is a way to redirect the respnse of a web
service to a proxy (specifying the address and the port)??

The client doesn't know anything about the whole process. It simply
sends to Web Service URL on port 80, Web service receives it,
processes the request, and then sends the answer to my proxy.

Thanx
1 Answer

Dino Chiesa [MSFT]

8/29/2003 3:46:00 PM

0

Can you explain better what you want to do?
I don't quite get it.

Do you have an http proxy server that you have to go through, in order to
get out of your corp network?
In this case you set the WebProxy on the webservice proxy.

-Dino


"NET_NET_2003" <NET_NET_2003@hotmail.com> wrote in message
news:526ed31c.0308262354.71bacbb8@posting.google.com...
> Hi,
> I need to know if there is a way to redirect the respnse of a web
> service to a proxy (specifying the address and the port)??
>
> The client doesn't know anything about the whole process. It simply
> sends to Web Service URL on port 80, Web service receives it,
> processes the request, and then sends the answer to my proxy.
>
> Thanx