Hi Experts,
Please let me know how can I consume a web service using Java?
Thank you.
Printable View
Hi Experts,
Please let me know how can I consume a web service using Java?
Thank you.
Can you explain this a bit more?Quote:
consume a web service
You can use a Web Services framework and generate a client automatically from the WSDL. There are several in Java, I have tried Axis 1 and 2 and CXF 2. I would recommend you check CXF from the Apache Foundation.