SOAP client for the EchoService
The SOAP client code has been generated using Apache CXF (wsdl2java -client path/to/wsdl)
If you have any issues, suggestions, improvements, etc. then please log them using GitHub issues.
Clone the EchoService Git repository and get it up and running
Clone this Git repository
Run ./build to compile all the Java code (on Windows build.bat)
Run ./run to run it (on Windows run.bat, for both you may pass an argument to send as your message to the EchoService)
The EchoService Client in Java is released under the MIT license.