hi, that works, thank you very much!
Florian > > > hi, > > > > i have the following problem: > > > > in my scenario a client sends a soaprequest containing a header with a > sessionid, > I suppose which has nothing to do with Axis2 session management ? > > username and password. my custom module then checks if the sessionid is > valid and generates a new sessionid if necessary. > > my question is how to add this (new generated) sessionid to the header > of the soapresponse. > > > For this you need to have one more handler which will be there in the > out flow. And that handler will be add the custom header. You can > generate the header and add that to the operation context when the > message receive , and the handler in the out flow and get that value and > set that to out going SOAP message, > > Thank you! > Deepal > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
