I've been trying to add a web reference to a webservice located on an Apache Tomcat web server but I always receive an "HTTP status 503: Service Unavailable". I've been told that the problem is that Tomcat doesn't allow 2 HTTP parameters when requesting the wsdl.
The URL I'm trying to retrieve the wsdl looks like:
http://208.35.164.35:1234/abc/soap/postman/xmlservice?com.TestCorp.abc.key=TEST_KEY
The upshot is that I can't add the webservice reference using the "Add Service Reference" dialog box no matter what I do. Is it true that Tomcat can't take extra parameters when requesting wsdl? Does anyone know of a way to work around this?