You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Ja...@Deio.net on 2001/11/28 08:45:47 UTC

xml via SOAP Q?

Hi,
I am just trying to start with SOAP and I would like to know if it is
possible to send some XML payload within the SOAP message.
I would like to use the SOAP simple to deliver my data (which are xml
encoded) from one app to another, and then to send an ACK back.

Is there a way how to do it within the body, or do I have to send it as an
attachment. And is it necessary to use base64 encoding?
Or is there any other way?

Any help appreciated,

Jakub


Re: xml via SOAP Q?

Posted by Radovan Janecek <ja...@systinet.com>.
You should send XML document as an attachment to a SOAP message. This is the
only defined way how to do that in SOAP.
Look at the demo multipart in WASP that supports attachments
(http://www.systinet.com/products/wasp_lite/index.html)

Sincerely

Radovan

Radovan Janecek
VP, Engineering, Systinet  (formerly Idoox)
http://www.systinet.com


----- Original Message -----
From: <Ja...@Deio.net>
To: <so...@xml.apache.org>
Sent: Wednesday, November 28, 2001 8:45 AM
Subject: xml via SOAP Q?


> Hi,
> I am just trying to start with SOAP and I would like to know if it is
> possible to send some XML payload within the SOAP message.
> I would like to use the SOAP simple to deliver my data (which are xml
> encoded) from one app to another, and then to send an ACK back.
>
> Is there a way how to do it within the body, or do I have to send it as an
> attachment. And is it necessary to use base64 encoding?
> Or is there any other way?
>
> Any help appreciated,
>
> Jakub
>


Re: xml via SOAP Q?

Posted by Radovan Janecek <ja...@systinet.com>.
You should send XML document as an attachment to a SOAP message. This is the
only defined way how to do that in SOAP.
Look at the demo multipart in WASP that supports attachments
(http://www.systinet.com/products/wasp_lite/index.html)

Sincerely

Radovan

Radovan Janecek
VP, Engineering, Systinet  (formerly Idoox)
http://www.systinet.com


----- Original Message -----
From: <Ja...@Deio.net>
To: <so...@xml.apache.org>
Sent: Wednesday, November 28, 2001 8:45 AM
Subject: xml via SOAP Q?


> Hi,
> I am just trying to start with SOAP and I would like to know if it is
> possible to send some XML payload within the SOAP message.
> I would like to use the SOAP simple to deliver my data (which are xml
> encoded) from one app to another, and then to send an ACK back.
>
> Is there a way how to do it within the body, or do I have to send it as an
> attachment. And is it necessary to use base64 encoding?
> Or is there any other way?
>
> Any help appreciated,
>
> Jakub
>