This concerns adding file attachments to a Axis-based, SOAP-based web service.
Is it possible to add file attachments using the objects created by the Axis WSDL2Java program?
shivendra tripathi
Ranch Hand
Joined: Aug 26, 2008
Posts: 263
posted
0
You can very well do that in axis. All you have to do is have element of type base64binary in request envelope and that can be used to contain your attachment. If you data transfer in optimized way you can used MTOM supported by axis2.