
October 15th, 2003, 08:24 AM
|
|
Junior Member
|
|
Join Date: Oct 2003
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
How to use .Net webservice sessions through java clients
I have build webservice in .Net using sessions.
Once loggedIn sessions get set then other web methods are called
seeing upon session values.
I am able to called them successfully via .Net client using cookie
Container.
Now I tried this in java client.I am only able to call first method
i.e loggedIn.I am not able to call other methods.
Do anyone know how to pass sessions through java.
with thanks,
rohit
|