cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy to SOAP in PI 7.1

Former Member
0 Kudos

Hi Experts

I have requirement for Proxy to SOAP (Synchronous) and it needs a BPM to get the response from SOAP and post to the Proxy

Can any send the Prototype

Thanks

PR

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks

Shabarish_Nair
Active Contributor
0 Kudos

why have a BPM?

you can have the proxy interface as sync and thus avoid the BPM. It will be a sync proxy to WS scenario

former_member181985
Active Contributor
0 Kudos

why you require BPM in this case, if proxy is synchronous natured?

Former Member
0 Kudos

The Proxy is not synchronous nature and two different proxies are being used,

Former Member
0 Kudos

PR,

There is no need to have different proxies. You can club both the logics within one synch message interface.

---Satish

Former Member
0 Kudos

The Proxies are Pre defined SAP messages and it can not be clubbed to gether

Thanks

PR

former_member200962
Active Contributor
0 Kudos

BPM design:

Receive(Async From Proxy) -


> SyncSend(To SOAP) ---> Send(Async from BPM to Proxy)

you need to have:

1) 1 OB Async SI for SAP ---> BPM.......1 ABS Async SI to receive the SAP message into BPM.....message in both the SIs is the Proxy structure

2) 1 ABS Sync SI for BPM <---> SOAP ...... 1 IN Sync SI at the SOAP side

3) 1 ABS Async SI for BPM----> Proxy.......1 IN Async SI at the SAP end....message will be the Proxy structure.

You may need:

1 OM for BPM <---> SOAP flow

1 OM for BPM ---> Proxy....

Have you opened one more thread with the same requirement??

Regards,

Abhishek.