I am using dynamic invocation viahi John,
WSIFOperation.executeRequestResponseOperation method
to invoke my web services, and I was wondering how can
I pass the cookie/session information between
subsequent execute requests.
WSDL 1.1 does not have concept of session and I think you are referencing HTTP session (aka cookies) which is one possible mechanism that is transport dependent whereas WSIF works with WSDL and is transport independent when you use its API.
if you need to access cookies you should look into specific WSIF provider such as AXIS provider and use AXIS APIs to access and manipulate HTTP session.
HTH,
alek
-- The best way to predict the future is to invent it - Alan Kay
