cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver SOAP Adapter : Error Connection Refused (errno: 239)

Former Member
0 Kudos

Hello

I am testing a simple scenario using SOAP Adapter. I am getting the following error.

com.sap.aii.af.ra.ms.api.DeliveryException: Connection refused (errno:239)

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapterFramework</SAP:Category>

<SAP:Code area="MESSAGE">GENERAL</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Connection refused (errno:239)</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

Can you please tell me what could be the error for the following scenario.

Best Regards,

Kiran

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We should give one URL for SOAP adapter that is correct ?

its like http://<xiserver>; : <j2ee port>/XISoapAdapter/MessageServlet ? channel = : <Sender Business system > : <sender communication channel>

Former Member
0 Kudos

Hi Venkat,

We are actually not using the sender comm channel

http://<server>:<port>/ sap/xi/engine?type=entry&version=3.0&Sender.Party=<party name>&Sender.Service=<>&Interface=<namespace>^<interface>

This stated endpoint is fine there is no error with it.

Thanks.

Kiran

Former Member
0 Kudos

Hi Kiran,

Are using any authentication ? Can you explain more on the scenario and config settings in the soap receiver adapter ?

Thanks,

Srini

Former Member
0 Kudos

Hello,

The issue has been resolved. There seems to be some issue with the URL we are using in the receiver SOAP Adapter. The interface was developed almost a year back and there seems to be some changes in the imported URL which is causing the error.

Thanks.

Kiran

agasthuri_doss
Active Contributor
0 Kudos

Kiran,

Are you using any Cross Reference

Regards

Agasthuri Doss

Former Member
0 Kudos

Hi Agasthuri,

I am not aware of any cross reference being used.

Thanks.

Kiran