cancel
Showing results for 
Search instead for 
Did you mean: 

MessageTransformationBean in JMS Adapter

Former Member
0 Kudos

Hi Experts,

Proxy message is coming from ECC to PI and at receiver side JMS adapter is used.Source structure has 2 fields .one is filename and payload.Actual XML content will be sent as string in Payload field.In PI JMS adapter,I am using message transformation bean and sending only the XML content to target.Once the data is received at target end,? is added at the beginning of first line like below.

?<?XML version=.........................>.

Why is the ? received in target system.How to fix this in PI.

Regards,

Karthiga

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

If you are working on 7.1 or higher version of PI then you can use "Return as XML" option in mapping to send the xml as string in the field.

Regards

Osman

Former Member
0 Kudos

hi,

try using XSLT to extract the payload and send it to JMS instead of module. You can find the code in SCN.

Former Member
0 Kudos

what encoding is used?

Regards

Osman