cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts,

I'm working with a scenario which includes the flow as below:

3rd party - (IBM MQ) JMS - RFC (SAP PI -SAP - SAP PI)-  JMS (IBM MQ) -3rd party system.

We have implemented Async-sync bridge for this JMS-RFC-JMS scenario.

3rd party system is expecting a XML file as below:

PI is generating an XML as below:

Is it possible to generate XML required by 3rd party system from PI?

please suggest.

Seems Soap envelop to be added to payload.

Thanks

Manaswitha

0 Likes
View Entire Topic
raviteja_satuluri
Contributor
0 Likes

We can achieve this either Using XSLT or JAVA Mapping.

It is possible to add header or remove header using XSLT Mapping.

Regards,

Teja.

Former Member
0 Likes

Hi Teja,

We can add Soap Header through XSLT mapping.

please let me know how we can add JMS header properties ?

I'm able to receive JMS properties by setting Adapter Specific message Attributes in SAP PI.

But while sending to receiver JMS through Async/sync bridge , Need to change values of DCJMSMessageProperties in SOAP header .

Please let me how we can change DCJMSMessageProperties values in SOAP header

Thanks

Manaswitha.