Takanori,

Please create a JIRA issue.

-- dims

On 11/6/06, Takanori Suzuki <[EMAIL PROTECTED]> wrote:
I try to manage a session, but it is failed.

I used the pojo sample 'AddressBook' which is in RC2.
The entry is not keep when I change  as follows:


Try : SOAP Session

    1. services.xml
        <service name="AddressBookService" scope="soapsession">

    2. AddressBookRPCClient
        Options options = serviceClient.getOptions();
        options.setManageSession(true);


Try : Transport Session

    1. services.xml
        <service name="AddressBookService" scope="transportsession">

    2. AddressBookRPCClient
        Options options = serviceClient.getOptions();
        options.setManageSession(true);

    3. axis2.xml
       <parameter name="manageTransportSession" locked="false">true</parameter>


It failed in both.
What's wrong?

Thanks,
Takanori Suzuki

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Davanum Srinivas : http://www.wso2.net (Oxygen for Web Service Developers)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to