cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP to RFC Scenario

Former Member
0 Kudos

Hi ,

I have to scenario where the sender channel should call a web service and receiver channel should be RFC .

Request to kindly provide any pointer what all need to be configured in communication channel and SAP R3.

Accepted Solutions (0)

Answers (1)

Answers (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

You are going to create SOAP to RFC.

Useful links for soap adapter sender communication channel

[link1|http://www.riyaz.net/blog/xipi-a-guide-to-using-sap-xi-soap-adapter/sap/113/]

http://help.sap.com/saphelp_nw04/helpdata/en/fc/5ad93f130f9215e10000000a155106/content.htm

RFC

http://help.sap.com/saphelp_nw04/helpdata/en/c8/e80440a832e369e10000000a155106/content.htm

Former Member
0 Kudos

Hi ,

I am getting the following error :

Receiver channel 'XXXXXXXXPersonnelInformation_Receiver' for party '*', service 'XXXXXXXXXXX'

Error can not instantiate RfcPool caused by:

com.sap.aii.adapter.rfc.RfcAdapterException: error initializing RfcClientPool:com.sap.aii.adapter.rfc.core.repository.RfcRepositoryException: can not connect to destination system due to: com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect to SAP gateway failed

Connect_PM TYPE=A ASHOST=R3PROD SYSNR=72 GWHOST=R3PROD GWSERV=sapgw72 PCS=1

LOCATION CPIC (TCP/IP) on local host with Unicode

ERROR partner 'PROD IP:sapgw72' not reached

TIME Tue Oct 11 14:59:40 201

RELEASE 711

COMPONENT NI (network interface)

VERSION 39

RC -10

MODULE nixxi.cpp

LINE 3155

DETAIL NiPConnect2: PROD IP:3372

SYSTEM CALL connect

ERRNO 10061

ERRNO TEXT WSAECONNREFUSED: Connection refused

COUNTER 236

Can anyone help what I am missing ? Do I have to do any RFC setting in R3 ?

Former Member
0 Kudos

Look at this for establishing rfc connection from PI to other ABAP systems.

http://searchsap.techtarget.com/feature/Configuring-and-monitoring-NetWeaver-PI-RFC-to-file-transfer...

--P