Hi, I am creating a web service that generates the following in the WSDL file:
<wsdl:portType name="myServicePortSoap">
and would like to have it renamed to generate:
<wsdl:portType name="myServicePort">
How can I do that within the .asmx file to do so? Any ideas please?