You could write a handler
_____ From: Magnus Dürr [mailto:[EMAIL PROTECTED] Sent: 29 January 2007 15:23 To: [email protected] Subject: [xfire-user] Access httpSession from service. Hi. I'm writing a service that needs to access the http session. I have read the usersguide section about the MassageContext (http://xfire.codehaus.org/MessageContext) which I can use to access the http session. My problem is that I'm generating the java-code and service interface from a wsdl. If I add a new variable to my operation, like the userguide suggests, it no longer follows the interface. Does anyone know how to do this? thanks, Magnus
