Keith ~
Thanks for the reply. I'm currently using Axis2 version 1.1. I'm not in control of any of the clients. Most of them are using 3rd party software to build and send the XML via HTTP posts. If the content type is coming in as "application/xml" as you mentioned then I should be ok. I'll upgrade to 1.2 and try it out. Thanks again. ~ Wes ----- Original Message ---- From: keith chapman <[EMAIL PROTECTED]> To: [email protected]; wesleyalanking <[EMAIL PROTECTED]> Sent: Monday, June 4, 2007 2:28:14 AM Subject: Re: Receive XML not in envelope Hi, Seems like you want to use POX . Which version of axis2 are you using? If your client is axis2 then set the following options. options.setProperty(org.apache.axis2.Constants.Configuration.CONTENT_TYPE ,"application/xml"); options.setProperty(org.apache.axis2.Constants.Configuration.MESSAGE_TYPE,"application/xml"); If the server receives a message with the contentType as "application/xml" Axis2 (version 1.2) will wrap the message with a SOAP envelop. Thanks, Keith. On 6/2/07, wesleyalanking <[EMAIL PROTECTED] > wrote: I've been searching the web now for a couple days and haven't had much luck, so I figured I would send a message to the user list to see if someone might be able to help me out. I've been through the whole process of setting up a service using an AbstractInOutSyncMessageReceiver and have had it working for a while. I now have a need to receive just raw (not sure if that is the right word) XML and send a raw XML response back. I attempted to use similar logic as I did before but use a RawXMLINOutMessageReceiver, but I run into an issue because the incoming XML is not wrapped inside a SOAP envelope. Is there a way for the AxisServlet to receive XML that is not inside a SOAP envelope. Or a way to force wrapping it into an envelope. And then when writing back to the user only send just the XML not inside an envelope. Any help is very much appreciated. Thanks. ~ Wes PS: I'm currently running Axis2 1.1 -- Keith Chapman WSO2 Inc. Oxygen for Web Services Developers. http://wso2.org/
