Axis 2 question

Is there an off the shelf solution for a web service client to bind and invoke a RPC style method with a DOCUMENT style return?

If it is RPC Lit then you can probably do that.

XMLDocument myDoc = a.getData( “test” ); // pseudo client code

Standard message receiver, services.xml WSDL, stuff.

When it come to Axis2 client side you do not need to worry about the Message Receiver , you can either
- Generate the client side code
- Or You can code ServiceClient to do that for you

Thank you!
Deepal

Thanks for reading and considering

Kurt

-


--
Thanks,
Deepal
................................................................
http://blogs.deepal.org/




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to