Ask the Expert

Developing a WSDL Client

I'm trying to develop a WSDL Client that parsers the wsdl manually and then invoke a service. Seems that there is alot of open source codes out there but none of them seem to work.what should I do?

    Requires Free Membership to View

The WSDL4J project (the reference implementation for JSR-110, now available on SourceForge at http://sourceforge.net/projects/wsdl4j) is reasonably stable. But if for some reason this doesn't work for you, you can always parse the WSDL and schema using standard XML parsing tools (JAXP, SAX, DOM, etc).

This was first published in April 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.