How do I make my java webservice client fetch and parse WSDL upon execution?

Posted by ventolin on Stack Overflow See other posts from Stack Overflow or by ventolin
Published on 2010-03-24T20:34:44Z Indexed on 2010/03/24 21:03 UTC
Read the original article Hit count: 205

Filed under:
|
|
|

I've created java webservices and clients using Netbeans. However, the clients seem to have the WSDL already 'built-in'.

Is there an easy way of making my client fetch and parse the WSDL code upon execution, so that if the webservice moves to another server, the client is just invoked with a different commandline argument for where to find the webservice?

© Stack Overflow or respective owner

Related posts about java

Related posts about wsdl