Hello All
On client side call
clientStub.setMaintainSession(true);
but in "tcp monitor" see follow message, without "Connection: Keep Alive" in
HTTP header
**********************************************************************
POST /axis/services/LifecycleManager HTTP/1.0
Content-Type: text/xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/#axisVersion#
Host: 127.0.0.1
Cache-Control: no-cache
Pragma: no-cache
SOAPAction:
"http://www.comp.org/service/LifecycleManager#createServiceManager"
Content-Length: 1316
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
...skip....
</soapenv:Envelope>
**********************************************************************
This is a bug? or i'm wrong?
Thank you for any help...