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