On Thu, 25 Aug 2005, Scott Goldstein wrote:

> Does Axis support other SOA protocols besides SOAP over HTTP?
> I have an application in which I'm sending large amounts of data and
> the SAX parsing is leading to a performance problem.  I've heard in the
> past that one way to solve this is to use an alternative protocol,
> though I don't recall the details of the solution.

Changing the transport protocol won't make the parser go faster, of course.
Presumably you're trying to avoid parsing the bulk data along with the SOAP
envelope. Have you tried using {MIME|DIME|MTOM} attachments? You could pass
XML in there and parse it separately from the envelope. That way, your SOAP
engine doesn't take the parsing hit. Better, you could reformat the bulk data
to leave out the XML.

Guy Rixon                                       [EMAIL PROTECTED]
Institute of Astronomy                          Tel: +44-1223-337542
Madingley Road, Cambridge, UK, CB3 0HA          Fax: +44-1223-337523

Reply via email to