cancel
Showing results for 
Search instead for 
Did you mean: 

Sending and receiving SOAP over JMS in XI

Former Member
0 Kudos

Hai All,

I am working on a scenario in which I have to send a SOAP message over JMS adapter to XI and receive again the SOAP message over the JMS adapter.

Here my questions are:

1.How can I configure the JMS adapter to get the SOAP messages into XI.

Thanks in Advance

Srikanth

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206604
Active Contributor
0 Kudos

Hi,

1. Get the WSDL of the soap message and send it as a payload to the JMS adapter including the SOAP envelope.

OR

2. You can create the structer of teh SOAP body and while sending it and receiving it you can use either XSLT or JAVA or ABAP mapping to add and remove the SOAP envelope. So you can send/receive them as a payload to the JMS adapter

Regards,

Prakash

Former Member
0 Kudos

Hi Prakash,

could you provide more detail on how to do this ?

I need to somehow send SOAP request to JMS and this will help me a lot.

Forest.

bhavesh_kantilal
Active Contributor
0 Kudos

Forest,

When you use Java / XSL mapping , the output of the mapping is not validated against the message interface / message type.

So, use a java / XSL mapping and then create the SOAP message in the mapping and then pass this to the target using the JMS adapter.

Regards,

Bhavesh