cancel
Showing results for 
Search instead for 
Did you mean: 

Changing namespace in mapping

mohammadaamir_khan
Participant
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor

Hi,

The easiest way would be to change the target namespace of the wsdl. Another would be to use an XSLT or a simple Java Mapping program.

Regards,

Mark