Cannot Establish Session to Microsoft WSE 3.0 Server
----------------------------------------------------
Key: AXIS2-1994
URL: https://issues.apache.org/jira/browse/AXIS2-1994
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Affects Versions: 1.1.1
Reporter: Steve Haun
Server is located in Windows 2003 and it is developed using Microsoft WSE 3.0.
WSDL file is extracted from server side and Java Client code is generated using
the wsdl2java command. The setManageSession method (in ServiceClient class) is
used in client side to maintain session. But each request in client side comes
out as new session in server side. I checked the session information in server
side. New session ID is delivered for each request and Session.IsNewSession
property is always true. It looks like session is not maintained between AXIS2
client and WSE 3.0 server.
We do not have this kind of session issue when we used AXIS 1.0 client with WSE
2.0 server. The setMaintainSession method is used in AXIS 1.0 client. I cannot
figure out the proper way to main session between AXIS2 client and WSE 3.0
server.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]