Skip to Content
0
Former Member
Nov 29, 2006 at 05:56 AM

Performance of Message Transformation Bean

51 Views

Hi,

I want to know the performance details of Message Transformation Bean.

I need opinions for my scenario

<b>Scenario:</b>

I have an ABAP proxy to file Scenario. File needs to be encrypted and it needs to be a CSV file.

At present I have a Adapter Module which encrypts the content of a specified XML tag.I create the entire CSV file in mapping and put it into a single XML tag and my module(uses SAX for Parsing) encrypts the content of that tag(entire file content) and i output the file using Content conversion at receiver.

The mapping is bit complex and we have lot of Concats to get comma separated values and is not easy to maintain.

What we are planning to do is to get normal xml fields out of mapping, use message transformation bean to convert it to csv file and then encrypt it using our custom module and output the encrypted file.

Which one is the better option. Are there any overheads in using Message Transformation Bean.

kindly clarify.

Regards,

Sudharshan