Groups | Blog | Home
all groups > dotnet web services > april 2006 >

dotnet web services : web service behind reverse proxy


bart
4/6/2006 5:19:32 PM
Hello,

We have a web service running on IIS (running on port 8080) that is behind
an apache web server (running on port 80) with reverse proxy to the IIS.
Accessing the webservice with the url http://ourhost/webservice.asmx?wsdl
works fine (in browser). However, the urls described by the wsdl contain
port specifications, in this case port 8080. Since our server is listening
on port 80 and blocks all traffic on port 8080, the client c# code can't
connect. Is there a way to manipulate the auto-generated wsdl in a way
that is doesn't specify specific port numbers? Or maybe replace the
auto-wsdl with a custom wsdl?

Regards,

guybar
4/11/2006 2:06:02 AM
you can use the wsdl tool to generate the wsdl tool manually, and then set
the ports to the right ports (or delete them compltely).
--
GuyBar


[quoted text, click to view]
AddThis Social Bookmark Button