| Author |
Java Client for multiple WSDLs
|
Mike Skit
Greenhorn
Joined: Feb 09, 2008
Posts: 23
|
posted

0
|
Hi, Quick question..
If i have multiple WSDL's , how can i create one webservices client that can invoke service.operations exposed by all these wsdls.
Thanks in advance,
-Mike
|
 |
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35232
|
posted

0
|
|
You could a tool like Axis' wsdl2java to create client code for each WSDL, and then call those from a single client class.
|
Android apps – ImageJ plugins – Java web charts
|
 |
Mike Skit
Greenhorn
Joined: Feb 09, 2008
Posts: 23
|
posted

0
|
|
Thank you Sir!!.
|
 |
 |
|
|
subject: Java Client for multiple WSDLs
|
|
|