Hello, I have a WebService written in VB.net with couple of webmethods and I published the WebService to the IIS.
The URL for wsdl is http://mywebservice/DataPort/portData.asmx?wsdl
There are couple of Java applications that are consuming the above mentioned webservice.
The Java team wants the URL to end with portData?wsdl instead of portData.asmx?wsdl
How can I do that?
Thanks