cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to SOAP scenario without using ccBPM(PI 7.3)

Former Member
0 Kudos

Hi experts,

We have a requirement.

SOAP1-> SAP PI->SOAP2 (Synchronous), and after getting the response from SOAP2 we need to do a lookup in SOAP3(Using values from both SOAP1 request and SOAP2 response).

We don't have ABAP stack in PI 7.3

Any idea, how can we achieve this without using ccBPM?.Any help is appreciated.

Thankis,

Dhanish

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

>Any idea, how can we achieve this without using ccBPM?.Any help is appreciated

Since you use only java stack, you cannot use CCBPM. One possible approach is during the response mapping use UDF to do SOAP3 lookup.

check this [link|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5001] [original link is broken] [original link is broken];

allamudi_loordh
Active Participant
0 Kudos

Hi Bhaskar,

whatever you have told is correct but...

Here he has to use soap 1 message also..how we can get back that message i mean he has to use soap 1 and soap 2 for triggering soap 3 .

Answers (1)

Answers (1)

Former Member
0 Kudos

We have achieved this using SOAP lookup in response message mapping.

But storing of dynamic variables during snynchronous calls is not possible .

Thanks,

Dhanish