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]

Reply via email to