SoapKit was exactly what I was looking for, except for
the ability to serialize SOAPElements to SAX events.
I'm writing an Axis provider that feeds the SOAP body
into a SAX-based XML pipeline. Your SOAPElement
contenthandler would be great on the end of the
pipeline, but I'd like to put a SOAPElement SAX event
generator at the start.
Looking at the code, it seems the code for toString is
pretty similiar, only writing to some XMLWriter. I
couldn't find the source for this file. Could a
similiar method be created but to write to a
ContentHandler? It seemed the XMLWriter did some
useful things regarding namespace declarations so I'm
unclear how much more work it would require to use a
regular ContentHandler.
Any suggestions?
Don