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 Markus Benne <th...@m-bass.com> on 2004/08/16 17:50:29 UTC

RAW Response

I have no trouble getting the RAW request from the
client (through SOAPEnvelope and SOAPBody), but I'm
having difficulty supplying a RAW response.

I have the response XML in a java String.  Any idea
how to get this string into a Message?

Thanks,
...Mark

Re: RAW Response

Posted by Paul Callahan <ca...@gmail.com>.
ru using message style services?

On Mon, 16 Aug 2004 08:50:29 -0700 (PDT), Markus Benne <th...@m-bass.com> wrote:
> I have no trouble getting the RAW request from the
> client (through SOAPEnvelope and SOAPBody), but I'm
> having difficulty supplying a RAW response.
> 
> I have the response XML in a java String.  Any idea
> how to get this string into a Message?
> 
> Thanks,
> ....Mark
>