I need to get rid of the namespace that has been added to OTM 5.5.2
Old transmision looked like
- <Transmission>
but OTM5.5.2 now looks like
- <Transmission xmlns="http://xmlns.oracle.com/apps/otm">
This is measing up all our translations so how do i remove the namespace from the OUT XML output
I.e.
remove the xmlns="http://xmlns.oracle.com/apps/otm" from the above
Old transmision looked like
- <Transmission>
but OTM5.5.2 now looks like
- <Transmission xmlns="http://xmlns.oracle.com/apps/otm">
This is measing up all our translations so how do i remove the namespace from the OUT XML output

remove the xmlns="http://xmlns.oracle.com/apps/otm" from the above

Comment