SOAPHeaderElement and SOAPBodyElement are part of SAAJ, which is the standard Java low-level SOAP API. JAX-RPC relies on SAAJ to construct the SOAP message.

Axis supports both JAX-RPC and SAAJ.

Anne

At 03:13 PM 8/13/2003 -0400, you wrote:
Are SOAPHeaderElement and SOAPBodyElement part of JAX-RPC?  Apache SOAP does
not support JAX-RPC directly.  However, Apache Axis
(http://ws.apache.org/axis/) does.  If you want to use JAX-RPC, I recommend
Axis.

Scott Nichol

----- Original Message -----
From: "Robert Wilson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 11, 2003 13:50
Subject: SoapElements to xml?





Hi
I have been looking through the FAQs but have not found what I need.

Given a SOAPHeaderElement or a SOAPBodyElement
Could anybody tell me what the preferred method is for getting the
contents of the soap body or soap headers into a String as XML that
includes the soap elements.

In other words transform them to xml.

Thanks in advance.

Rob Wilson




Reply via email to