Hi Folks,

I'm developing a simple REST service. I'm trying to return some HTML
content and render that response in a browser window.
Right now it is not possible to do this since the content type
returned is text/xml. Shall we allow the service/handler developers to
switch the response content type in the REST case?

Also shall we add another switch to get rid of the wrapper xml in the
REST response? right now we wrap the response from an operation with :

<ns:operationResponse xmlns:ns="http://tinyurl.samples.axis2.apache.org/xsd";>
<ns:return>

</ns:return>
</ns:operationResponse>

elements.

Thanks,
Ruchith

--
www.ruchith.org

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

Reply via email to