This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Calling another webservice from within my code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Calling another webservice from within my code" Watch "Calling another webservice from within my code" New topic
Author

Calling another webservice from within my code

Bosun Bello
Ranch Hand

Joined: Nov 06, 2000
Posts: 1506
I have a CXF running fine. From within my business logic, specifically my DAO, I need to make a call to another webservce. I only have access to the wsdl. Everything else is in a jar. How do I go about getting a reference to this service so that I can call its method. Specifically using CXF. Obviously, I would need to generate the client via the wsdl.

I would appreciate if the steps to achieve this can be outlined.

Cheers!


Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Calling another webservice from within my code
 
Similar Threads
contract first web service
Doubt on WSDL checkin and proxy creation in cxf
CXF/JAXB data binding problem
Websphere WSDL2java - how to connect to webservice
servicemix 4.3.2 camel cxf producer to cxf-nmr consumer Not Working