cancel
Showing results for 
Search instead for 
Did you mean: 

module to replace binay 0 (00 in hex) with space ?

Former Member
0 Kudos

Hello everybody,

I have a scenario JMS-MQS -> XI -> RFC

In the sender, the message coming from MQS (plaintext) is transfrom to an XML message by the module localejbs/AF_Modules/MessageTransformBean . There is no problem at this level but the following mapping doesn't work always because sometimes we receive some binary 0 (hex 00) in the MQS message .

Can somebody tell me if there is a module in which can replace all these binary 0 (hex 00) by space?

Thank in advance for your collaboration ?

Kind Regards.

E. Koralewski

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

There is no standard module for this task.

You have to create your own module.

Maybe you find the reason for the hex 00 values on sender site and can solve the issue there.

Former Member
0 Kudos

I made a module which replace that Hex '00' by hex '20' and that solved my problem.

Best Regards.

E. Koralewski