On Mon, 2005-11-28 at 18:27 -0600, 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?
Hmmm isn't that pretty impossible in general? I'm not even sure how you'd check for any case .. if the service is implemented using a non-data bound approach for example its not really practical to go look and validate the schemas. Maybe that's what you're suggesting - that Axis have a way to validate? Sanjiva.
