Hello All,
I have a question that I have been grapling with for sometime. I have
a web service that has been developed by using xsd schema and then
generating a WSDL with the included schema. The WSDL then is converted
to server side stub which is then implemented. Now the problem is the
web service has been deployed and we need to change the functionality
a bit. So it means changes to the xsd schemas. How do we change the
web services such that we can add new functionalty without breaking
the old clients. One way would be to version the XSD using namespace,
if we do that will all the clients using the older web service
continue to work. If anyone has any ideas or have solved this problem
previously I would appreciate your help.
I have a question that I have been grapling with for sometime. I have
a web service that has been developed by using xsd schema and then
generating a WSDL with the included schema. The WSDL then is converted
to server side stub which is then implemented. Now the problem is the
web service has been deployed and we need to change the functionality
a bit. So it means changes to the xsd schemas. How do we change the
web services such that we can add new functionalty without breaking
the old clients. One way would be to version the XSD using namespace,
if we do that will all the clients using the older web service
continue to work. If anyone has any ideas or have solved this problem
previously I would appreciate your help.
Comment