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

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

Re: TODO list

2002-10-13 Thread Sanjiva Weerawarana
D]> Sent: Friday, October 11, 2002 11:49 PM Subject: Re: TODO list > I am not sure why Socket is used. It was used in the first version > checked into CVS > (http://cvs.apache.org/viewcvs.cgi/xml-soap/java/src/org/apache/soap/uti > l/net/HTTPUtils.java?rev=1.1&content-type=tex

Re: TODO list

2002-10-13 Thread Ashutosh Arora
cc: Subject: Re: TODO list

Re: TODO list

2002-10-11 Thread WJCarpenter
> I am not sure why Socket is used. It was used in the first version > checked into CVS > (http://cvs.apache.org/viewcvs.cgi/xml-soap/java/src/org/apache/soap/uti > l/net/HTTPUtils.java?rev=1.1&content-type=text/vnd.viewcvs-markup). > Maybe it was because HTTP is relatively easy to implement, or

Re: TODO list

2002-10-11 Thread Scott Nichol
m: "Pavel Ausianik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 11, 2002 12:38 PM Subject: RE: TODO list > Scott, > > I just thought if I can help implementing "- follow HTTP redirects on the > client". However after first look I see th

RE: TODO list

2002-10-11 Thread Pavel Ausianik
Scott, I just thought if I can help implementing "- follow HTTP redirects on the client". However after first look I see that HTTPUtils are custom implemented, and use socket connection. Can you provide me some guide, why it does not use URLConnection, etc., so I do not broke anyhing? Best regar

Re: TODO list item

2002-06-25 Thread Michael Jennings
Thanks Scott! -Mike - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 10:26 PM Subject: Re: TODO list item > Mike, > > The e-mail below was the commit for the TODO list stuff. The

Re: TODO list item

2002-06-24 Thread Scott Nichol
Mike, The e-mail below was the commit for the TODO list stuff. There is even a (trivial) sample. Thanks for the contribution. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 1:16 AM Subject: cvs commit: xml-soap/java/src

Re: TODO list item

2002-06-24 Thread Scott Nichol
Not there yet, but it *will* be. Scott - Original Message - From: "Michael Jennings" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 5:01 PM Subject: Re: TODO list item > So it's there? Cool! > -Mike > > - Origi

Re: TODO list item

2002-06-24 Thread Michael Jennings
So it's there? Cool! -Mike - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 1:53 PM Subject: Re: TODO list item > Yes, in modified form with the additional properties sources (e.g. >

Re: TODO list item

2002-06-24 Thread Scott Nichol
Yes, in modified form with the additional properties sources (e.g. deployment descriptor). Scott - Original Message - From: "Michael Jennings" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 22, 2002 1:11 PM Subject: Re: TODO list item > Hi

Re: TODO list item

2002-06-22 Thread Michael Jennings
Hi Scott, Any chance of that diff making it into the codebase? (in whatever form) -Mike - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 10:25 AM Subject: Re: TODO list item > See my comm

Re: TODO list item

2002-06-18 Thread Scott Nichol
See my comments below. If any other committers would like to comment, please do so soon. Thanks. Scott Nichol - Original Message - From: "Michael Jennings" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 18, 2002 11:20 AM Subject: Re: TODO list it

Re: TODO list item

2002-06-18 Thread Michael Jennings
g as I can pass some kind of init params to a service class instance. What do you think? -Mike - Original Message - From: "Scott Nichol" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 17, 2002 8:35 PM Subject: Re: TODO list item > Mike, > >

Re: TODO list item

2002-05-30 Thread Michael Jennings
"William A. Nagy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 30, 2002 5:32 PM Subject: Re: TODO list item > Hi Mike, > > Thanks for your diff. Right now we're trying to finish up the 2.3 > release, and are not currently adding new functionali

Re: TODO list item

2002-05-30 Thread William A. Nagy
Hi Mike, Thanks for your diff. Right now we're trying to finish up the 2.3 release, and are not currently adding new functionality until it's done. We will look at your patch after the release and commit it to the CVS tree if everything looks OK. -Bill > Hi, > > I noticed on the TODO list t

Re: TODO list item

2002-05-29 Thread Michael Jennings
Here's my diff: Index: xml-soap/java/src/org/apache/soap/server/http/ServerHTTPUtils.java === RCS file: /home/cvspublic/xml-soap/java/src/org/apache/soap/server/http/ServerHTTPUtil s.java,v retrieving revision 1.22 diff -r1.22 ServerH