Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am consuming a web service into my application. Now I have been informaed that there will few changes in the web services but all methods(i.e. output from web service) exposed form the web service will not change. I have got the WSDL link for both old and new webservices. Now, I want to compare the old and new webservice so that I can be sure that we are not missing any data. Could anyone help me on the same i.e how to compare the two WSDLs?

|Thanks|
Posted
Updated 12-Jan-12 5:54am
v2

1 solution

If the interfaces remain identical, you won't be able to compare the wsdls as they will also remain identical. Testing data that the calls return is another matter, but you would need to have a before and after update data set to work with.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 12-Jan-12 17:26pm    
If the interface is the same (and WSDL), from a client side, nobody knows if the behavior is different or the same. What's the purpose of the update? Performance could be improved, bugs fixed, but also the behavior can be different... The question is pretty much pointless, because -- where is the definition for being identical?
Anyway, my 5 for valid considerations.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900