I'm developing a web service and i want to pass a value back to the 'client' when they call a method from my web service, so the client can then use this value to continue
Can someone please show me how i would do this
Thanks for any help
Balaji Loganathan
author and deputy
Bartender
Joined: Jul 13, 2001
Posts: 3150
posted
0
If I understood your question correctly... and with your previous post(s) in mind, I believe you know how to do this.
Will not a simple method like String getSomeValue() do the job for you? If so, you can get lot of samples from Apache axis, which already has examples like this in its latest built or package.