| Author |
SAAJ client to simple hello world method
|
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
Hi,
I am just trying to put together a few SAAJ API's to make a call to a simple hello world service. I am half way there but stuck and would appreciate any help.
Here is my WSDL:
And here is my client code:
Obviously I need to full out the SOAP body, but I am confused as to what API's I need to do this so there is a simple call to the sayHello() service which takes a string and returns a string.
Any help appreciated.
Thanks.
|
 |
Luke Murphy
Ranch Hand
Joined: May 12, 2010
Posts: 299
|
|
Answer to this:
You add the following code to the...
|
 |
 |
|
|
subject: SAAJ client to simple hello world method
|
|
|