How Array-,Vector-,Base64-,ParameterSerializer works

2001-06-08 Thread Ralf Bierig
Now it comes, maybe some you you think this questions are a little bit stupid. But I just want to be sure I have understood the code :-) Can somebody explain in one or two sentences how the ArraySerializer do its job. What kind of "Arrays" are meant? Whats with VectorSerializer, Base64Serializer

Re: Soap4J and HTTP 1.1 Keep-Alive/Persistent support

2001-06-08 Thread Scott Nichol
More directly related to the subject of this message, Apache SOAP opens a new connection for each request. There is no provision for maintaining a connection between calls. As to whether it will be supported, I suggest you check out Axis (http://xml.apache.org/axis/), which will replace Apache S

Re: Soap4J and HTTP 1.1 Keep-Alive/Persistent support

2001-06-08 Thread Scott Nichol
I do not understand how you get chunked encoding at all. Apache SOAP clients send requests as HTTP/1.0 (cf. HTTPUtils.java). I thought chunked encoding was a 1.1 feature that a server should not use with a 1.0 client. Scott - Original Message - From: "Narayanan Seshadri" <[EMAIL PROTEC