Re: [Axis2]Re: transfering binary content between Axis2/C webservices

2006-05-29 Thread Thilina Gunarathne
>Yes. As an attachment in SOAP. Which is called SwA (SOAP withAttachments). Axis2/C supports this with MTOM. For the full support for MTOM use the code in the svn HEAD.   SwA and XOP/MTOM are two separate mechanisms for sending binary attachments with SOAP.  SwA is getting outdated now. SwA[1] neve

[Axis2]Re: transfering binary content between Axis2/C webservices

2006-05-29 Thread Sahan Gamage
Hi Irfan, Irfan Habib wrote: >Hi, > >Is SOAP the only way to interact with Axis2/C >webservices? > As far as I know WebServices only understand SOAP. So only way to interact with web services is SOAP. But there are some other means to interact with Axis2/C - namely REST thru POST which uses POX