Files
SOAP-WSDL/example/java/cxf
Martin Kutter bfc3247583 import SOAP-WSDL 2.00.07 from CPAN
git-cpan-module:   SOAP-WSDL
git-cpan-version:  2.00.07
git-cpan-authorid: MKUTTER
git-cpan-file:     authors/id/M/MK/MKUTTER/SOAP-WSDL-2.00.07.tar.gz
2009-12-12 19:48:57 -08:00
..
2009-12-12 19:48:57 -08:00
2009-12-12 19:48:57 -08:00
2009-12-12 19:48:57 -08:00
2009-12-12 19:48:57 -08:00

README
------

This is an example for creating a Apache CXF based client for a SOAP::WSDL
based SOAP server.

The example contains a pom.xml for building CXF based SOAP Clients from
a WSDL, a test Spring context configuration, and a JUnit4 test class for
testing the generated client.

It is intended to run against the HTTP::Server::Simple based SOAP server
in example/server/hello_simple.pl

To run the example, fire up the test server by calling

 perl example/server/hello_simple.pl

Then open a second terminal and run

 mvn test

The included JUnit test should pass.