Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Data change after call xml transformation for RAW data type

Former Member
0 Likes
618

Hi,

Can someone explain what is workarround or any help for below problem

when call transformation is called for usr02 records, after xml string is generated is showing different data for RAW data type for example content of fields BCODE,PASSCODE etc get convert into different data

for example: content of BCODE fields before xml transformation say -7F8087472FB996E5

after xml transformation it display as f4CHRy+5luU=

why is this so happening? is this known behaviour after xml transformation or it is bug in xml transformation?

thanks in advance.

Regards,

John.

Hi,

Can someone explain what is workarround or any help for below problem

when call transformation is called for usr02 records, after xml string is generated is showing different data for RAW data type for example content of fields BCODE,PASSCODE etc get convert into different data

for example: content of BCODE fields before xml transformation say -7F8087472FB996E5

after xml transformation it display as f4CHRy+5luU=

why is this so happening? is this known behaviour after xml transformation or it is bug in xml transformation?

thanks in advance.

Regards,

John.

1 REPLY 1
Read only

Former Member
0 Likes
482

Hi,

I think this is because RAW data is BASE64 encoded when using CALL TRANSFORMATION.

Old post, but did you ever find a way to change that?

Thanks