H
heath.davies
I have a scenario where I have thousands of web service clients all
referencing a URL of a .wsdl file generated by SOAP toolkit. I now need
to upgrade the backend of the web service (from SOAP toolkit C++)
without altering the client applications. I thought this was possible
using the wsdl.exe tool which comes with the .NET framework, however
once you have generated the server side code and added your
implementation the address of the .wsdl changes to <URL of .aspx
file>?WSDL. Therefore my question is this, can you use the .wsdl tool
to replace the implementation of a web service with .NET code without
altering the address the client uses to access the web service. (Note:
the clients are using the Microsoft SOAP toolkit to invoke the web
methods).
referencing a URL of a .wsdl file generated by SOAP toolkit. I now need
to upgrade the backend of the web service (from SOAP toolkit C++)
without altering the client applications. I thought this was possible
using the wsdl.exe tool which comes with the .NET framework, however
once you have generated the server side code and added your
implementation the address of the .wsdl changes to <URL of .aspx
file>?WSDL. Therefore my question is this, can you use the .wsdl tool
to replace the implementation of a web service with .NET code without
altering the address the client uses to access the web service. (Note:
the clients are using the Microsoft SOAP toolkit to invoke the web
methods).