Dong Liu wrote:
Hi, developers,If there is a wsdl file for a service, how to check whether the wsdl file is consistent with its implementation on the server side? This problem is trivial for the wsdl's generated from the java code, but it is not for top-down development approaches. Any ideas?
Write your tests against the WSDL, test them against the endpoint.Realistically, interface consistency is not sufficient for a working system; you need those tests anyway.
