> -----Original Message----- > From: Erwin Burgstaller [mailto:[EMAIL PROTECTED]] On Behalf > Of Erwin Burgstaller > Sent: Friday, March 15, 2002 8:47 AM > To: [EMAIL PROTECTED] > Subject: Re: Cocoon2, SOAP: How to process xml-content? > > > On Fri, Mar 15, 2002 at 08:01:32AM +0100, Erwin Burgstaller wrote: > > Apache::SOAP. So I hope I will find how to configure the service to > > return an org.w3c.dom.Element, will I? > > Ok, I've got the service to write: > > [..] > <SOAP-ENV:Body> > <list_allResponse > SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"> > <s-gensym12 xsi:type="xsd:string"><?xml version="1.0"?> > [..] > > But that does not change anything.
Your SOAP server appears to be converting XML tags to escaped form, but thats exactly what you don't want. How is the data originally stored, with real tags or in the escaped form. WBB --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>