Hi all,

I discovered in the mail archive a SessionHandler.java file from Glen
Daniels.

it says in the commment :
        Essentially, you install it on both the request and response chains of
        your service, on both the client and the server side.

I have a DII-Client and a "normal" Java Class without any interfaces
(java.rmi.Remote or javax.xml.rpc.server.ServiceLifecycle ).

I read a lot and figured out, that I just need to add 2 lines in my
wsdd-file :
         <handler name="session" type="java:banking.util.handler.SessionHandler">

Is this all ? When do I need the Lifecycle-interface ?

On the client side i just added :
        service.setMaintainSession(true);

Did I missed something ?

Thanx for any pointers,

Kai


Reply via email to