Sorry to follow up to my own email, but it looks like this is fixed in CVS. Sorry for the noise.

landon

landon clark wrote:

Hi everyone,

Config:
Axis 1.1 client and server
Tomcat
JDK1.3.1

I am trying to use HTTP1.1 with session-scoped web services. I have got both working on their own but not together. Has anyone does this? Some questions:

1. It appears the only way to do HTTP 1.1 is CommonsHTTPSender? Is that true? BTW, CommonsHTTPSender is not included in the axis.jar for some reason (my guess is to not force another dependency in the code).

2. Watching the traffic on the wire (TCPMon is great) makes it seem like the server doesn't realize that the same connection == same client. In other words one connection looks like this:

Client              Server
Initial request -->
      <--  Cookie+Reponse
Request --->
      <-- Response
Request --->
      <-- Response
Request --->
      <-- Response
Request --->
      <-- Response

So each request looks like a different client. ANy pointers on where to look in the code to fix this?

3. I was wondering if changing session handling to use SOAP headers is a better/more correct solution? Any pointers on how to do that?

Thanks.
Landon







Reply via email to