Hi! Does anybody have any code for the RPCRouter.java of the Apache-SOAP-package WITH a response-parameter for the SOAP-header? In the original code, you find a "null" at this position. return new Response (call.getTargetObjectURI (), call.getMethodName (), ret, null, null, respEncStyle, resCtx); I wrote a new provider where I can read the header-values and attributes sent by the client. But to return these parameters, the code is just missing, isn't it? What I need is something like that: return new Response (call.getTargetObjectURI (), call.getMethodName (), ret, null, header, respEncStyle, resCtx); with my validated an calculated header values in the header. Is this the right way? Thanx for attention. greetings Frederik Fromm