Interim solution, you can use a JAX-WS Handler or CXF interceptor (links 43-44: http://www.jroller.com/gmazza/entry/blog_article_index) to alter any part of the incoming SOAP message. There may be a simpler way--if wsa:address is kept in a context property you may be able to modify that value directly (hopefully someone else who knows can answer that for you.)

Glen

On 06/25/2012 10:18 AM, Marco Pas wrote:
Hi there,

i have a need for which i need to override a soap header value. In the
receiving soap message there is a value like:

<wsa:ReplyTo>
       <wsa:Address>http://<dummy - url>/WSACallBackHandler</wsa:Address>
</wsa:ReplyTo>


I need to change the value of the wsa:Address field..
<wsa:ReplyTo>
       <wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
</wsa:ReplyTo>

Can this be done? And if so how?

/Marco


--
Glen Mazza
Talend Community Coders
coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to