cancel
Showing results for 
Search instead for 
Did you mean: 

Soap Call failed

Former Member
0 Kudos

Hi ,

I'm doin a soap receiver scenario getting this error in Recvr CC. could any one help out

SOAP: call failed: java.net.ConnectException: Connection refused: connect

Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.ConnectException: Connection refused: connect

Soap CC configurations are:

TargetUrl : http://www.webservicex.net/SendSMS.asmx?WSDL

Configure proxy:

Host:xx.xxx.x

port:xxxx

soap action: http://www.webserviceX.NET/SendSMSToIndia

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

ref the above and make sure your setting are correct.

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

Hi Robin,

I'm having the same problem how did you solve this issue?

Please let me know.

Regards,

Felipe

Former Member
0 Kudos

Hi,

SOAP: call failed: java.net.ConnectException: Connection refused: connect - this may be due to the fact that there is some firewall issue and the corresponding port on XI server is not open for your SOAP application server so that XI can send a SOAP response msg to your SOAP application server........so ask your network guys to check if there is some firewall active on your XI server or on your SOAP application server and ask them to resolve this firewall issue.

Regards,

Rajeev Gupta

Former Member
0 Kudos

HI!

[http://help.sap.com/saphelp_nw70/helpdata/EN/ab/08194116bfb167e10000000a155106/frameset.htm]

Just look on this..I am not sure..

Regards::

Amar Srinivas Eli

siddhesh_pathak4
Contributor
0 Kudos

Hello Robin,

1. Verify your target URL, UserId/password, also check with the authorizations.

2. May be the target system is down.

Former Member
0 Kudos

Hi,

1.Verifed tried all the pros and cons like target Url with:http://www.webservicex.net/SendSMS.asmx

with and without configuration of proxy. but shows the same error.

2.http://www.webservicex.net/WCF/default.aspx, shows todays date i guess system is not down.

or if i'm wrong kindly correct me.

Edited by: Robin on Apr 1, 2009 12:29 PM

siddhesh_pathak4
Contributor
0 Kudos

Hello Robin,

Check out with TCP port. If it is closed then we may get this mesage.You can check this with your network people.

Former Member
0 Kudos

Thanks a lots Rajeev and Siddhesh Pathak and also other for the valuable response. It was a firewall issue when i changed host its workin fine....

But now my recvr soap CC shows

request entering

call completed

Message processing completed successfully

But I donn how to proceed further , as i havent recived a response message yet.

Former Member
0 Kudos

Hi,

Message processing completed successfully - this means your SOAP msg was sent from XI and recieved in target SOAP application............

But I donn how to proceed further , as i havent recived a response message yet - What type of response you are expecting? if you are sending a SOAP req msg and you are expecting a response msg from your SOAP application in response to your SOAP req msg which you sent above, then it is an issue with the SOAP application team that they are not able to consume your webservice WSDL which you would have given to them from your sender agreement in ID for your sender SOAP comm channel...........so ask your SOAP application to go through their code and rectify it to send a SOAP response msg to your XI system.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi Rajeev,

I'm expecting an sms to be sent from the soap.

Hey I'm doin a scenario file to soap send sms scenario similar to the one in sap Technical Scenario on RFC to SOAP.

I'm sorry unable to paste the link