H
Harri Pesonen
My web service client is running under ASP.NET in a web site, that has a
different ip address than the local machine. When calling a web service, my
client uses the ip address of the local machine, not the address of the web
site. This is a problem, because later the remote endpoint uses the ip
address that was used, and sends another soap call to that address, but there
is no active web site at that address.
Is it possible to bind SoapHttpClientProtocol to certain local endpoint?
If not, how the incoming soap call could be redirected to the correct web
site?
Thanks, Harri
different ip address than the local machine. When calling a web service, my
client uses the ip address of the local machine, not the address of the web
site. This is a problem, because later the remote endpoint uses the ip
address that was used, and sends another soap call to that address, but there
is no active web site at that address.
Is it possible to bind SoapHttpClientProtocol to certain local endpoint?
If not, how the incoming soap call could be redirected to the correct web
site?
Thanks, Harri