Message-
From: Omri Spector
Sent: Thursday, November 04, 2004 11:57 AM
To: [EMAIL PROTECTED]
Subject: Problem: Sharing session between two services
Hi all,
I am writing a client application using Axis to access web services. The server
publishes an "Authentication" service and
ionalService();
((FunctionalServiceSoapBindingStub)service).setMaintainSession(true); // maintain
session - but it is not the right session
service.doSomething(); // Will throw 403
How can I make both stubs share the same session / cookies?
This is especially frustrating since the server is Axis - and I cant write an Axis
client...
Omri Spector