cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.1 -- SOAP-RFC-SOAP

Former Member
0 Kudos

Hi Experts,

There is one requirement in PI 7.1 SP09 --- SOAP to RFC to SOAP

For example -

Request                  BAPI_Request
Company_ID  ---      Company_ID

BAPI_Response –                              Response

Company_ID                                      Company_ID
Company_Name                                 Company_Name
Company_Country                              Company_Country 

Is this possible without BPM --For eg   http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without%20BPM%29
If yes, Is  File Sender Channel Module configuration required ? But we are using SOAP sender here.

Or BPM is required ?

Please suggest best approach ?

Thanks..

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi,

This should be possible with RequestReponseBean, as described here:

http://wiki.sdn.sap.com/wiki/display/HOME/Using+Request+Response+Bean+Module+in+FILE+Adapter

The only change is that you are using SOAP sender and SOAP receiver, instead of file ones.

>>> If yes, Is  File Sender Channel Module configuration required ?

No, for SOAP scenario use SOAP channels.

Regards,

Greg

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

Greg's this approach is only applicable if this is a call like this :

SOAP - RFC - another WS (not the same one which called the RFC)

I guess you might have something like:

SOAP - RFC - SOAP (response to the same WS) so nothing like this is necessary - only a simple sync call

Regards,

Michal Krawczyk

former_member184681
Active Contributor
0 Kudos

>>> Greg's this approach is only applicable if this is a call like this:

>>> SOAP - RFC - another WS (not the same one which called the RFC)

This is exactly how I understood the required scenario

Of course if it is a simple sync scenario (response sent to the sender WS), no further complications are required

Regards,

Greg

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

>>>>There is one requirement in PI 7.1 SP09 --- SOAP to RFC to SOAP

if the SOAP call is sync there is not need for any ccBPM at all

just configure a typical sync calls and you will get a sync response to SOAP

Regards,

Michal Krawczyk