cancel
Showing results for 
Search instead for 
Did you mean: 

Adapter Module to convert text message to XML

Former Member
0 Kudos

Hello Experts,

I am writing a custom adapter module to convert the text content to XML message at the sender adapter end.

I have followed the steps mentioned in the "HowToCreateModulesforJ2EEAdapterEngine" guide available on SDN.

I have created the java logic in the process mesthod of the bean to conver the text message to XML paylod (don't know if it is correct). I do not have much idea about the Adpater API methods.

Can anybody help me with the logic to convert the text msg to xml paylod using adapter frame work APIs or is there any way I can debug and test my logic in NWDS.

Any help will be greatly appreciated.

- Rajan

Accepted Solutions (0)

Answers (1)

Answers (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi ,

To convert Text message to XML why yiu want to go for Adapter Module?? Using file content conversion it self you can do it right?????

There is no standard logic to convert text file to XML, the logic purely depends on your text message format.

Regards,

Raj