Where can I find a comprehensive WSDL Parser?

Where can I find a comprehensive WSDL Parser?

I need a comprehensive WSDL Parser. Is there any open source WSDL Parser available? I need to parse the WSDL and generate the client on the fly.

    Requires Free Membership to View

    When you register, you'll begin receiving targeted emails from my team of award-winning writers. Our goal is to keep you informed on recent service-oriented architecture (SOA) and SOA-related topics such as integration, governance, Web services, Cloud and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSOA.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSOA.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

You can use any XML parser to parse a WSDL file, although I suspect you're looking for an API that comprehends the WSDL data model. There's a new Java API in the works called JWSDL (JSR 110). The reference implementation is based on IBM's wsdl4J project (open source through developerworks). You can use JWSDL in conjunction with a dynamic invocation interface (DII) to dynamically construct your client calls.

Another alternative is to use a WSDL compiler service. This would be a Web service that takes a WSDL URL as input and returns a JAR file. For example, WASP4.0 provides this type of service.

This was first published in May 2002