| Author |
MTOM content transfer - Axis2
|
Anjali S Sharma
Ranch Hand
Joined: Jun 29, 2005
Posts: 279
|
|
I have a POJO service in Axis2 which needs to transfer Content to the client. The content transfer mechnism is MTOM.
In the MTOM user guide
http://ws.apache.org/axis2/1_5/mtom-guide.html
following example is given for the server side code
but since I have a POJO web service, I do not have OMElement.
My web service method looks like this
Please let me know how can I transfer content using this POJO web service.
Thank You
|
 |
shivendra tripathi
Ranch Hand
Joined: Aug 26, 2008
Posts: 263
|
|
|
Different elements which you use to form soap envelope are OMElement. SOAP envelope itself is an OMElement. If you want to send back binary attachment as response it should appear in WSDL I guess. Then You can populate that element in service side with binary data you have.
|
SCJP 1.5(97%) My Blog
|
 |
 |
|
|
subject: MTOM content transfer - Axis2
|
|
|