Re: Support of other protocols

2005-08-26 Thread Thilina Gunarathne
You can also have a look at Axis2 project. Axis2 is based on StAX parsing and Axis2 supports MTOM.   ~Thilina  On 8/26/05, Guy Rixon <[EMAIL PROTECTED]> wrote: On Thu, 25 Aug 2005, Scott Goldstein wrote:> Does Axis support other SOA protocols besides SOAP over HTTP? > I have an application in which

Re: Support of other protocols

2005-08-26 Thread Guy Rixon
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 a

Antwort: Support of other protocols

2005-08-26 Thread Oliver Wulff
Kopie: Thema:Support of other protocols 26.08.2005 01:13 Bitte antworten an axi

Support of other protocols

2005-08-25 Thread Scott Goldstein
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 de