cancel
Showing results for 
Search instead for 
Did you mean: 

Handle Webservice Respons

Former Member
0 Kudos

Hello everybody,

Here my scenario: I want to send an IDOC from SAP to a third-party system via webservice. This is a synchronous scenario.

Now I want to achieve that the response and the original IDOC go into another IDOC and back to SAP.

How do I build this? I have problems to get my response message into the operation mapping. I have only one service interface with sychronous communication. And when I add this interface in the operation mapping, the request message of the webservice is chosen as original message and not the response.

I hope somebody can help me.

Best Regards

Martin

Accepted Solutions (1)

Accepted Solutions (1)

vkaushik82
Active Participant
0 Kudos

Use Async -Sync bridge then this will be possible.

Former Member
0 Kudos

Sorry but what do you mean with async-sync bridge? A JMS-Channel?

In the Integration Builder I created a configuration scenario, where SAP sends an IDOC to the third party system. The receiver channel is SOAP. But how can I use the response message?

Thank you and Best Regards

Martin

vkaushik82
Active Participant
0 Kudos

Please check this blog

/people/kokil.handa/blog/2010/07/07/use-of-bpm-in-file--soap--file-pi-71-scenario--design-approach

In place of File -- in your case it will be IDOC

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Martin,

you need to insert those two beans in your module configuration to build the bridge:

RequestResponseBean

RequestOnewayBean

you may also check this:

http://help.sap.com/saphelp_nw04/helpdata/en/45/20d2b4c20a0732e10000000a155369/frameset.htm

best regards,

Markus