Create SOAP message from WSDL using axiom
Posted
by
code-gijoe
on Stack Overflow
See other posts from Stack Overflow
or by code-gijoe
Published on 2011-03-19T16:04:57Z
Indexed on
2011/03/19
16:09 UTC
Read the original article
Hit count: 266
Hi,
I'm a starting a project which consist in sending a request to a web-service (which is already available) and parsing the response. I have the WSDL and URL endpoints. Does anyone have a startup tutorial on how to build something from there?
I would like to use Axis2 + Axiom to send the service request and receive and process the response. I'm using eclipse as dev env. I've been search for a tut on how to do this but with no success.
Any suggestion would be greatly appreciated!
© Stack Overflow or respective owner