[RUN DOWN]
I am required to call on a webservice with version information embedded in the webservice name.
EG. webserviceV1When I generate a proxy class from the wsdl the webservice name is used to as the class name.
I am using the wsdl.exe tool.I can foresee that a new version of the webservice would result in my code base having to support 2 sets of proxy classes. Or for the code that use the existing proxy classes to be renamed.
[MY QUESTION]
I would like to propose a solution to the provider that would allow them to provide multiple versions of the webservice as it is early on in the project.
I was advised that a possible solution would be to provide the webservice via different ports. However having tried myself I don't know if that is even possible via IIS.
Is it possible to run multiple versions of a webservice at the same time on the same machine?