On Thu, Mar 14, 2002 at 01:34:38PM -0500, William Brogden wrote:
> Why not have the service return a org.w3c.dom.Element -
> that will produce xml directly in the SOAP response.
> 
> Your deployment descriptor would have an entry like this example I ran:
> 
>  <isd:mappings>
>    <isd:map encodingStyle="http://xml.apache.org/xml-soap/literalxml";
>      xmlns:x="urn:ExercisePubs" qname="x:book-element"
>      javaType="org.w3c.dom.Element"
>      java2XMLClassName=
>        "org.apache.soap.encoding.literalxml.XMLParameterSerializer"
>      xml2JavaClassName=
>        "org.apache.soap.encoding.literalxml.XMLParameterSerializer"
>      />
> </isd:mappings>

I don't have Java on the server. The soap service is made with Perl and
Apache::SOAP. So I hope I will find how to configure the service to
return an org.w3c.dom.Element, will I?

Erwin
 

---------------------------------------------------------------------
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]>

Reply via email to