mrkcor / echo_service_client_java

SOAP client to consume my example SOAP service

Home Page:http://mkrmr.wordpress.com/2011/11/07/writing-a-soap-web-service-in-ruby/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EchoService Client in Java

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.

Usage

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)

License

The EchoService Client in Java is released under the MIT license.

Author

Mark Kremer

About

SOAP client to consume my example SOAP service

http://mkrmr.wordpress.com/2011/11/07/writing-a-soap-web-service-in-ruby/

License:MIT License


Languages

Language:Java 97.5%Language:Shell 2.5%