cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP response '502: Connection refused

former_member204873
Contributor
0 Kudos

Hi All,

I am trying to call SOAP service in HCI and getting below error:

org.apache.cxf.interceptor.Fault: Could not send Message., cause: org.apache.cxf.transport.http.HTTPException: HTTP response '502: Connection refused' when communicating with http://**:8000/sap/bc/srt/wsdl/flv_10002A2222AD1/bndg_url/sap/bc/srt/rfc/sap/zinvoice/500/zinvoice?s...

Same is working with SOAPUI.

In HCI, do i need to do some additional settings to make it work.

Thanks,

Mayank

Accepted Solutions (0)

Answers (2)

Answers (2)

manubhutani
Active Contributor
0 Kudos

Hi Mayank Gupta,

Are you connecting SAP CPI to SAP on premise system? If yes I believe you have a cloud connector and proxy type in the connection is selected as 'On premise'. If not please do so.

Regards

0 Kudos

Hi Mayank,

Have you configured SOAMANAGER for this SOAP request ? The entries should match with that of CPI interface. Also, you can check directly by pinging from SOAP service and you should get a failed message in CPI. Then, it means the connection from SAP to CPI for this interface is fine.

Regards,

Swaroopa

former_member204873
Contributor
0 Kudos

How to test directly ping soap service?