https://issues.apache.org/bugzilla/show_bug.cgi?id=44145
--- Comment #2 from Steve Loughran <[EMAIL PROTECTED]> 2008-02-29 08:56:41 --- Actually, there is a better solution <schemavalidate> is a fully supported task in ant1.7 that can be used to validate WSDL or other XSD-based components. Note also that any XML validation tool does not verify the semantics of WSDL, or provide any guaranteed of interoperability. Using your SOAP stack's own wsdl to java task ensures that it can handle it, and, on a windows machine with the .NET stack installed, Ant's <wsdltodotnet> task can verify that aspect of the interoperability. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
