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 Ognjen Blagojevic <og...@etf.bg.ac.yu> on 2007/04/03 18:00:50 UTC

OpenOffice.org and Axis2

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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org