cancel
Showing results for 
Search instead for 
Did you mean: 

REG:http to webservice

Former Member
0 Kudos

Hi ,

Iam new to XI and had developed a http to webservice scenario.when I send the request through http adapter Ian getting the response as an error

<SAP:Error><SAP:Category>XIAdapterFramework</SAP:Category><SAP:Code>MESSAGE.GENERAL</SAP:Code><SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: Connection refused: connect</SAP:AdditionalText></SAP:Error>

Could any one help me out.

Thanks & Regards,

Gangadhar.S

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

Check if receiver system is up and running. Also check the firewall setting if firewall allows to communicate with outer world.

Regards,

Sarvesh

Former Member
0 Kudos

Hi Rao,

One of the solution could be restart your Java Engine in the Transaction "SMICM"...

And also test the host wether it is reachable or not in the transaction

SM49----->Ping--


>Additinal Parameters (give u r host name here and excute)

Hope this wil solve u r problem

Reward with points if helpful

Regards

Sai Ganesh

prateek
Active Contributor
0 Kudos

The following could be the causes

1. Webservice not available at receiver

2. Firewall problem - like ports not open

Regards,

Prateek

Former Member
0 Kudos

Hi

While sending Request message from HTTP client you are getting this error.

If so check the user credentials (XI servers) user name and password in HTTP client source code.Whether it is correct or not

Yuga