I need assistance with renaming the portType name that is generated in the WSDL.
The name generated by dotNet always has the protocol appended to the end, in my case that's Soap. I need it to end with Port.
The reason is this web service must match an existing client, and the client is expecting to see a specific name for the port.
I'm sure there must be some way to do this, but I have not been able to find anything that works.
I have been all over the web and the closest thing I've found so far involves using binding, but my implementation of this changes the wsdl to much, I need to just change the portType name. I may be just doing it wrong, so an example may be needed.
Thanks to anyone you tries to help.