RE: TODO list

2002-10-14 Thread Leif Nilsson TACMa
What about using a SAX parser instead of a DOM parser ? What is the status on this ? SAX parser has been discussed and so has performance. Quoting Axis: Speed. Axis uses SAX (event-based) parsing to acheive significantly greater speed than earlier versions of Apache SOAP. /Leif Nilsson -Or

[PATCH] follow HTTP redirects on the client

2002-10-14 Thread Pavel Ausianik
Hello, I created a patch, which allows HTTPUtils follow redirects, with simple check that this occurs no more than 5 times. Since it uses recurrent call, I had to add additional parameter to the function post (interfaces do not changed, old function exists). Also I removed StringBuffer creation,

RE: TODO list

2002-10-14 Thread Pavel Ausianik
Hello, Another point I could add, is a "- add a setHeader(s) method to SOAPTransport to allow a client to set transport headers. Currently we allow getting at response headers, but not to set outgoing headers. Ouch. Note that SOAPHTTPConnection allows headers to be specified in the send me