In this way
MessageContext inMsgCtx =
stub._getServiceClient().getLastOperationContext().getMessageContexts().get("In");incomingCookie = (String)inMsgCtx.getServiceContext().getProperty(HTTPConstants.COOKIE_STRING); 2011/3/9 wadi wadi <[email protected]> > Hi, > > I am using soap session scope and would like to know how to get the > sessionID on the client side. > I am not using any servlet just a simple client. > > Thanks for your help! > > >
