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 (Plain Old XML)

>is it possible for me to send binary
>content (say executable files)  to Axis2/C
>webservices?
>  
>
Yes. As an attachment in SOAP. Which is called SwA (SOAP with
Attachments). Axis2/C supports this with MTOM. For the full support for
MTOM use the code in the svn HEAD.

>Regards
>IRfan
>
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around 
>http://mail.yahoo.com 
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to