I'm a
newbie too, but apparently not quite as new -- I've got the
answer!
Deploy
your service with session scope. In the deploy.wsdd
<service name=...>
...
<parameter name="scope" value="session"/>
...
</service>
In the
client,
ServiceLocator service = new ServiceLocator();
service.setMaintainSession(true);
See
the javadocs for setMaintainSession() -- you can do it on the service or on the
soap binding stub, or probably other places if you don't use the WSDL2Java
generated client code.
|
- Re: NewBie Question Kevin . Bedell
- RE: NewBie Question Anthony Smith
- RE: NewBie Question Kevin . Bedell
- RE: NewBie Question Anthony Smith
- RE: NewBie Question jeff drost
- RE: NewBie Question Anthony Smith
- RE: NewBie Question BRICKER_JONATHAN_E
- newbie question Heiko Braun
- client application hangs (http 1.1) Heiko Braun
- newbie question Pramod Gurunath
- newbie question Dennis Sherman
- newbie question Irazabal, Alex
- RE: newbie question David Knox
- Re: newbie question Akhil Gupta
- RE: newbie question Harindranath P R
- RE: newbie question Irazabal, Alex
- Newbie question Roger Tanuatmadja