Hi all,

Has anybody managed to get a .Net client talk to an Axis service,
using a session context?

I've got an Axis (beta1) web service talking successfully
with both an Axis and a .Net (beta2, C#) client.

I've also added session management on the server side:
 - MessageContext.getCurrentContext().getSession()

This works well with the Axis client:
 - TestSvcServiceLocator.setMaintainSession(true)

However, with the .Net client, no session is established,
even with:
 - TestSvcService ts = new TestSvcService();
 - ts.CookieContainer = new CookieContainer();

Any clue?

Thanks a lot,

-- Oliver

Reply via email to