cancel
Showing results for 
Search instead for 
Did you mean: 

soap receiver error

Former Member
0 Kudos

hello everybody i have the next error in a soap receiver:

<?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: java.net.ConnectException: Connection refused (errno:239)</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

my scenario is XI->XI via SOAP Adapter and the Xi reciever is refusing the conection any suggestions, thanks in advance.

Regards,

Julio Cesar

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Julio,

Could you explain wat are you trying to do ?

Is it file(XI) -> soap -> file(XI) and are you using external webservice or internal webservice?

If its an external webservice then it might happen that server for the webserver doesnt allow you to use it or it may be temporarily out of service or you must have entered wrong URL and hence it might be giving you this error.

Regards,

Amit.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks everyone,

the problem was the port, because this is an QA server and it has differente instance number from Dev, thanks everyone for your answers.

regards,

Julio Cesar

nisarkhan_n
Active Contributor
0 Kudos

It looks like the SOAP adapter is not able to work fine, can you test this using the tool like XML spy you will get the better picture of this error.

Former Member
0 Kudos

Hi Julio.

Check if the webservice is up and running. Try and test it using XML Spy. Also try calling the webservice from the wsnavigator of xi.

And also, check if you are giving the correct user name and password in the communication channel.

Regards,

Hari.