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.
In a related question, I was wondering what the purpose is of the JavaTransport? Is this transport only used within a single process or does it invokes services over a network?
Thanks.
Scott