Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-21 Thread Damitha Kumarage
Deepal jayasinghe wrote: Damitha, Did you get a chance to check with Axis2/Java? it would be a good interoperability testing. Will do Deepal, Thanks, Damitha Thanks, Deepal Samisa Abeysinghe wrote: Looks good. Have you committed? Yes it is in svn Thanks, Damitha Sa

Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-21 Thread Damitha Kumarage
Danushka Menikkumbura wrote: Hi Damitha, A couple of questions ... A service could support session by creating a hash table filling it with key value pairs and setting it to the message context. Since this is done at the service level - a higher level - I thinks its nicer to have

[jira] Created: (AXIS2C-1420) Support to talk to a TLS1 only server

2009-12-21 Thread Damitha Kumarage (JIRA)
Support to talk to a TLS1 only server - Key: AXIS2C-1420 URL: https://issues.apache.org/jira/browse/AXIS2C-1420 Project: Axis2-C Issue Type: Improvement Reporter: Damitha Kumarage Axis2/C tra

Re: Implementing Http Keep Alive and Transport level session support for Axis2/C

2009-12-21 Thread Danushka Menikkumbura
> > The main issue in reusing an HTTP client and hence the persisted connection >> is that in case the server goes down and maybe comes up again, the persisted >> connections that we have are no longer valid. If you now try to reuse these >> connections, the behavior is undefined. Therefore you hav