Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Problem with Web service behind firewall

Reply
Thread Tools

Problem with Web service behind firewall

 
 
Francis Tsui
Guest
Posts: n/a
 
      08-20-2003
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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
web service behind firewall without DNS eunever32@yahoo.co.uk Java 2 03-24-2010 11:14 PM
RMI client behind a firewall, server behind a firewall too Robert Dodier Java 6 09-14-2004 09:23 PM
Web Service invocation from behind proxy behind firewall Kumarforg ASP .Net Web Services 0 08-03-2004 07:15 AM
Web Service Request from behind a Proxy/Firewall Rama ASP .Net Web Services 0 08-19-2003 01:34 PM
Deploy web service behind an ISA firewall luowh ASP .Net Web Services 1 08-19-2003 04:52 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57