Originally posted by: AnjaliMKanjinghat
Hi,
I am trying to use the below code ,
=PUT("WIRE","out10",CPACKAGE( SUBSTITUTE(SingleChunkOut Field:Out,
"<AccountPostingRequest>","<isfTMH:AccountPostingRequest xmlns:isfTMH=""http://www.ibm.com/xmlns/prod/ftm/isf/v3/tmh"" xmlns:isf=""http://www.ibm.com/xmlns/prod/ftm/isf/v3"">",
"</AccountPostingRequest>","</isfTMH:AccountPostingRequest>"),"NATIVE")))
In Windows the SUBSTITUE is working fine and we can see the output as
<isfTMH:AccountPostingRequest xmlns:isf="http://www.ibm.com/xmlns/prod/ftm/isf/v3" xmlns:isfTMH="http://www.ibm.com/xmlns/prod/ftm/isf/v3/tmh">
But the same code in z/os the output looks like,
<AccountPostingRequest>
Somehow the SUBSTITUTE is not working.
Did anyone face this issue.
Thanks in Advance.
#DataExchange#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender