This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes webservices: Java Code to call the functionalities offered at the wsdl Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "webservices: Java Code to call the functionalities offered at the wsdl" Watch "webservices: Java Code to call the functionalities offered at the wsdl" New topic
Author

webservices: Java Code to call the functionalities offered at the wsdl

prasad regula
Greenhorn

Joined: Jul 03, 2006
Posts: 24
I have wsdl url. I need to write a java code to invoke various functionalities offered at that wsdl. Could anyone guide me how to proceed. It is SOAP based. Thanks in advance.


PRSubject
Jim Akmer
Ranch Hand

Joined: Jul 06, 2010
Posts: 104
Use a stub generator e.g. wsimport or wsdl2java to generate the client stubs from the wsdl. Then start writing the client side. The framework you will use will take care of the soap stuff
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: webservices: Java Code to call the functionalities offered at the wsdl
 
Similar Threads
Flexible Java Tool for application development
WSDL -> WSDD? or WSDD -> WSDL?
axis2 conceptual architecture of secure webservice
when i retrive data from access it showing empty page in tomcat
Web service to validate US states, city and zipcode