Problem with Web service behind firewall

F

Francis Tsui

Hi,

We are trying to deploy a C# based web service on a server behind a firewall
that does port address translation. The problem is that the auto WSDL
generation is somehow picking up the URL of the service as seen behind the
firewall ie. without the PAT. e.g. the service is deployed on
http://server1:8081 the firewall maps that URL to http://server1 (80). When
you ask for the wsdl using http://server1/service.asmx?wsdl all the
references to included schemas (we are using DataSets) have their location
set to http://server1:8081/service.asmx?schema=...

Does anyone know if this is a supported configuration using .NET and if so
how do you get the WSDL generation to use the external URL instead of the
internal one?

Thanks,

Francis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top