cancel
Showing results for 
Search instead for 
Did you mean: 

Adding additional XML Header in Target XML structure

former_member181959
Contributor
0 Kudos

Hi all,

I have a requirement that i need add one additional XML header to target XML messages. At the moment i can see default XML header as ,

<?xml version="1.0" encoding="UTF-8" ?>

<Test>

<Add>Test Mesage</Add>

</Test>

But i would like to have one more additional header like below,

<?xml version="1.0" encoding="UTF-8" ?>

<?Siebel-Property-Set EscapeNames="false"?>

<Test>

<Add>Test Mesage</Add>

</Test>

Can some one help me to find a way to adding this additional header?

Thanks in advance.

Prasad Babu.

Accepted Solutions (1)

Accepted Solutions (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Hi Prasad,

Yes it is possible by Java Mapping. Please check my response for similar thread

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

You can try using the XMLAnonymizer bean.

Former Member
0 Kudos

It can also be done with java mapping

Regards,

Swetha.