Re: do an Apache SOAP 2.3 release ?

2002-04-26 Thread Bonnie Caballero
Hi Sanjiva, Please correct me if I'm wrong. Does soap have the capability of reusing a Socket instead of creating a new Socket for each HTTPConnection/post call? If it doesn't currently, is there a chance this feature can be added in the next release? Thanks, Bonnie H. Caballero Sanjiva

http header and cookie with apache soap 2.2

2002-04-26 Thread RICARD Bertrand ext DvSI/SICoR
I have read a lot in the mailing list but i cant find any code sample setting http header keys or cookies with Apache SOAP 2.2 (even client or server) ? Is it possible or do we have to wait 2.3 ? Thanks a lot. -- Bertrand Ricard DvSI/SICoR Tél : 01 55 88 65 03

Re: do an Apache SOAP 2.3 release ?

2002-04-26 Thread Raghavan Srinivasan
Hi Sanjiva , This makes a lot of sense to me . For folks that have been using / certifying their applications with the 2.2 release(and have not yet adopted Axis) , handling bugs / features introduced in future builds means having to go through cvs and figure out exactly which

RE: No Signature Match

2002-04-26 Thread W. Scott Grant
A signature match usually means that the parameters you send to the method do not exactly match the expected order listed. In other words if you have the following method run(String a, String b, int c) and you try to call it using run(int c, String a, String b) you will get a signature error.

Re: do an Apache SOAP 2.3 release ?

2002-04-26 Thread Mike Williams
On Thu, 2002-04-25 at 23:06, Sanjiva Weerawarana wrote: Hello, Its been quite a while since we released v2.2 of Apache SOAP. Since then about 50 bugs have been fixed and there are about another 50 remaining in the queue (most of them are non-bugs or trivial but some a big). I'm