Hi all,

In OpenOffice.org 2.x it is possible to create an "XML Form document", which can post raw XML data to some URL.

My idea was to try to post this data to Axis2 web service. This service would use RawXMLInOutMessageReceiver, since OOo doesn't create SOAP envelope.

However, the problem is that OOo sends data as application/xml, and Axis2 responds that it can only accept text/xml, application/x-www-form-urlencoded or multipart/related. (AFAICS, this is checked in RESTUtil class.)


Is there a way to make Axis2 accept application/xml content?

Can this be a feature request, since OpenOffice.org has a really powerful XML Forms capability?


Regards,
Ognjen

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

Reply via email to