I'm going to guess that you're outputting something in the response message that is forcing the xml parser to go to CDATA instead of just straight up text. What is your response message?
- Dan

Kees de Kooter wrote:
I created a simple test webservice using XFire & Spring.

I publish a bean with the following method: public String getMessage();

In the soap result message it says

<soap:Body>
  <getMessageResponse>
     <out><!CDATA[
....
]]>
etc.

Is it possible to get real xml as the message body, instead of CDATA?

--
Cheers,
Kees de Kooter
http://www.boplicity.net


--
Dan Diephouse
Envoi Solutions
http://envoisolutions.com
http://netzooid.com/blog

Reply via email to