aspose file tools
The moose likes Web Services and the fly likes Java Client for multiple WSDLs Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Java Client for multiple WSDLs" Watch "Java Client for multiple WSDLs" New topic
Author

Java Client for multiple WSDLs

Mike Skit
Greenhorn

Joined: Feb 09, 2008
Posts: 23
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
    
    7
You could a tool like Axis' wsdl2java to create client code for each WSDL, and then call those from a single client class.


Android appsImageJ pluginsJava web charts
Mike Skit
Greenhorn

Joined: Feb 09, 2008
Posts: 23
Thank you Sir!!.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java Client for multiple WSDLs
 
Similar Threads
Several services or one? (axis)
Weblogic WsdlcTask modifying WSDL
wsdl error
Test jsp client for testing web services
Different webservices wsdl at consumer and target