Axis2 DII client

M

Major

Hi All,
Does any one tried exposing a service on axis2 ? that takes a java data
type (string, int,..) as input & return any java data type. I have gone
through the examples with OMElement as input/output, but not the one
without OMElement. I know that its the OMElement that goes as payload
in SOAP Envelope & used to create the SOAP body. So, to provide the
input to a service with RPCMessageReceiver's, do I need to form the
entire SOAP body ? like

<myMethod>
<x>mynameAsString</x>
<y>5.0</y>
</myMethod>

If this was the case, I don't think the axis2 api any more make the
developer's life easy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,539
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top