Hi,
I am using SOAP receiver, after mapping with WSDL, in payload, name space is coming like,
xmlns:ns1="http://www.xyz.org/cefact/namespaces/ABC">
I need to change it to
xmlns:ns1="http://www.xyz.org/cefact/namespaces/123">
XML Anonymizer Bean is not help ful here as we are changing the value of namespace not prefix.
How to achieve it.
Thanks