users@jax-rpc.java.net

use SAX to build SOAPElement?

From: Sels Wannes <Wannes.Sels_at_cronos.be>
Date: Tue, 18 Jan 2005 11:14:12 +0100

Hi,

 

I'm using a 3rd party api that constructs an xml document by using SAX.
To get that result in a SOAPElement I'm using a built in serializer
which outputs a String, which I convert to a DOM document and putting
that in the SOAPElement.

 

I was wondering if it is possible to remove this overhead and directly
build the SOAPElement using SAX?

 

Kind Regards,

 

Wannes Sels