You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by D P <de...@gmail.com> on 2007/08/20 17:13:44 UTC

axis1.2 and REST

Hello all,

I would like to sent a POST message to a service RESTfully. I reviewed the
Axis1.2 docs and understand how the  message is automatically placed in the
body element of a SOAP message on the way in. On the way out to the client,
should my in/out message receiver class attempt to place the response into
the body of a soap message?