You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Andreas Veithen (JIRA)" <ji...@apache.org> on 2008/12/18 22:41:44 UTC

[jira] Resolved: (AXIS2-1994) Cannot Establish Session to Microsoft WSE 3.0 Server

     [ https://issues.apache.org/jira/browse/AXIS2-1994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved AXIS2-1994.
------------------------------------

    Resolution: Incomplete

No feedback from reporter after more than one year.

> Cannot Establish Session to Microsoft WSE 3.0 Server
> ----------------------------------------------------
>
>                 Key: AXIS2-1994
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1994
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Steve Haun
>            Assignee: Deepal Jayasinghe
>
> 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.
-
You can reply to this email to add a comment to the issue online.