Java web services client

Posted by Bill on Stack Overflow See other posts from Stack Overflow or by Bill
Published on 2010-04-05T02:29:24Z Indexed on 2010/04/05 2:33 UTC
Read the original article Hit count: 278

Filed under:
|
|

I want to build a web services client that takes wsdl link as the input and generates java classes. I know we can do this directly using Netbeans IDE where we provide the wsdl location during project setup. But I want the wsdl location to be provided when the client starts running. How do I do this?

© Stack Overflow or respective owner

Related posts about wsdl

Related posts about java