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 Angel Todorov <at...@gmail.com> on 2007/01/23 13:41:00 UTC

[Axis2] SOAP: multiple attachments - different mechanism

Hi,

I would like to ask - is it possible to send multiple attachments in
one soap message, but using different attachment mechanism for each of
them, for example:

- attachment 1 - MTOM optimized enabled
- attachment 2 - inlined base64 (optimization disabled)
- attachment 3 - SwA

and so on...

Thanks very much in advance.

Regards,
Angel

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [Axis2] SOAP: multiple attachments - different mechanism

Posted by Thilina Gunarathne <cs...@gmail.com>.
Hi,
> - attachment 1 - MTOM optimized enabled
> - attachment 2 - inlined base64 (optimization disabled)
MTOM spec defines both of the above to coexist....

> - attachment 3 - SwA
This can coexist with inline base64...

You can have either MTOM or SwA only for a particular message...

~Thilina

>
> and so on...
>
> Thanks very much in advance.
>
> Regards,
> Angel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Thilina Gunarathne
WSO2, Inc.; http://www.wso2.com/
Home page: http://webservices.apache.org/~thilina/
Blog: http://thilinag.blogspot.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org