Hi All,
I have two questions on attachments in Axis2 - would appreciate any thoughts/pointers/answers. 1. Until recently our Axis based service implementation was not supporting attachments. We now enabled attachments support by enabling MTOM/SwA in our service.xml. After this we see that whether our clients send attachments or not they always get the response along with a new MIME boundary header like the one below which seems to break their code that was build earlier when we were not supporting attachments: MIMEBoundaryurn_uuid_26DB12B4E6FE9133A11318962816779 Content-Type: text/xml; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-ID: <0.urn:uuid:26db12b4e6fe9133a11318962816...@apache.org> How to support attachments without affecting our end clients? 2. We also gathered that Microsoft .Net clients cannot communicate using SwA; so we were told that the only way attachments can be supported by us is by using MTOM. Is this true? thanks, -- Yashwanth