I am ready for SOAP for my stuff.

Herein lies a problem:

The XML I am working with is more document based than RPC based, but I need
to send it in a RPC manner (request, reply).  What I wanted to do is:

<soap>
        ...
        <body>
                insert my XML here, with my namespace
        </body>
</soap>

So, I checked out JAXM, since it uses dom4j, and I thought that was the
focus of Dom4j.  

Problem, there is no API that says "Build SOAP body with the XML string."  I
can add a text node, or a element node, and it looks like if I spit out my
XML string as a DOM, I can include it, but I already have it as text.

Anyone else have an idea?  Am I just missing an API that does what I need?

If nothing surfaces, does someone have a SOAP implementation written with
dom4j they'd be willing to share?

Jim


Jim Brain, [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
"Researching tomorrow's decisions today."
(319) 369-2070 (work)
Systems Architect, Individual ITS, Life Investors Insurance Company of
America


_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to