How to Create a SOAP Web Service Client

Support and Announcements for the Tech Java Web Application Platform (setup, configuration, bugs, feedback).
Locked
ThorntonRP
New Member
Posts: 12
Joined: Mon Feb 14, 2011 10:54 am

How to Create a SOAP Web Service Client

#1

Post by ThorntonRP »

A common request we get on the Java Stack is how to make a SOAP web service client. Using the Java Stack, this has never been simpler! You'll be surprised how little coding is necessary.

The example below demonstrates a number of features of the Java Stack by answering the following questions:

1. How do I use the Java Stack from a standalone (non-web) application?
2. How do I configure Spring for a standalone application?
3. How do I generate web service client code from a WSDL?
4. How do I consume a SOAP web service with CXF and Spring?

https://tech.lds.org/wiki/Tutorial:_Cre ... ice_Client
Locked

Return to “Java Web Project Support (Stack)”