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 How to consume only with remote WSDL ? 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 "How to consume only with remote WSDL ?" Watch "How to consume only with remote WSDL ?" New topic
Author

How to consume only with remote WSDL ?

Somak Dalui
Ranch Hand

Joined: Apr 19, 2005
Posts: 40
The scenario is I have to consume a webservice and I know only the URL of the wsdl file.

Q1. Is it a good option to generate the stub classes locally through 'wsimport' (JAX-WS API) ?
If so, how often should I execute this ? Is there a way to know that the remote wsdl has been modified ?

Q2. I just need the Java client - so, do I really need a server running in my local machine ?

Thanks in advance.

Somak
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to consume only with remote WSDL ?
 
Similar Threads
Consume a ws from ESB
JSP to connect to a web service
How to consume a SOAP Secure WCF web service using axis2?
Consume Web Service
need help to consume webservice in Java