H,

I need to implement a file-upload SOAP service. Basically a webservice that can accept binary content and some other arguments (meta data to the file). Our project uses Spring 1.2.8.

Would "SOAP with attachments" (SwA) (using Spring in my case) be my best choice? I could not find any Spring tutorial on the web that has a step by step example on Soap with Attachments. Could anyone please point me to one if available?

Or as suggested by the following spring forum messages, would MTOM/AXIOM be good to explore?

http://forum.springframework.org/arc...p/t-30742.html

http://forum.springframework.org/sho...+binary+d ata


Regards
Gaurav