You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Karunanidhi, Meena" <Me...@permanenttsb.ie> on 2008/06/05 15:46:16 UTC

AXis2-1.4 xmlbeans MTOM

Hi

I need to send base64binary data as a attachment (as file size is huge)
along with Order details (which needs to be validated against schema).  

 

<Request>

            <OrderDetails><OrderID/><Cost/><date/> etc.. </OrderDetails>

            <attachment></attachment>

</Request>


Robert lazarski sent a mail saying Axis2 does not support xmlbeans MTOM
binding. 

What would be the best approach to create a web service to do both
schema validation and MTOM binding.

 

Following throws NullPointerException - if the web service is deployed
to Weblogic. (But works fine when deployed to axis2server)

-===========================================================

<Request>

            <OrderDetails><OrderID/><Cost/><date/> etc.. </OrderDetails>

            <attachment></attachment>

</Request>

 

Kindly advice

Thanks in advance

Meena


--

This is a confidential communication and is intended only for the addressee indicated in the message (or duly authorised to be responsible for the delivery of the message to such  person). You are specifically prohibited from copying this message or delivering the same, or any part thereof, to any other person, whomsoever or howsoever, unless you receive written authorisation from us to do. 

If you are anyone other than the intended addressee, or person duly authorised and responsible for the delivery of this message to the intended addressee, you should destroy this message and notify us immediately. 

Please note that we accept no responsibility whatsoever in the event that this message or any other email message or any part thereof becomes known or is communicated to anyone other than the intended recipient or other person authorised in writing by us to receive it, howsoever arising and disclaim all liability for any losses or damage which may be sustained by any person as a result thereof.

permanent tsb is a trading name of Irish Life & Permanent plc which is regulated by the Financial Regulator and is a tied insurance agent for Irish Life Assurance plc.

Irish Life & Permanent plc is a limited liability company registered in Dublin under No. 222332. The company's registered office is: Irish Life Centre, Lower Abbey Street, Dublin 1.


==============================================================================