cancel
Showing results for 
Search instead for 
Did you mean: 

Connection refused in SOAP UI

former_member235717
Participant
0 Kudos

Hi All,

I have a ECC to third party web service interface where I'm using Proxy on the sender side and web service on the receiver side.

I have configured all the necessary data in SOAP comm channel. Data is flowing through ECC and PI but on the receiver side the following error "Connection closed by remote host." has occured.

When testing the web service from SOAP UI tool, I see the following error "Connection to https:/XXXXXXXXX refused".

What could be the reason for failure in both SOAP UI and comm channel.

I did check with the legacy guy, he was able to test the scenario on his side from SOAP UI.

Thank you!!

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member235717
Participant
0 Kudos

The issue is resolved. Firewall is blocking all the call going our of the system.

Thank you all for the help!!

former_member184720
Active Contributor
0 Kudos

Hi Swetha - Thanks for updating with the root cause. Please close the thread

former_member235717
Participant
0 Kudos

And this is the screen shot of the error I'm getting while testing in SOAP UI

former_member235717
Participant
0 Kudos

We have installed the certificates and tested again. Still the issue persists. Even the SOAP UI connection is getting refused .

Harish
Active Contributor
0 Kudos

Hi Swetha,

Does you share the PI certificate with webservice? Is webservice authenticating the message?

This issue can happen

  1. If web service not able to authenticate/identify the sender
  2. If the message is not in right format or right header information

are you sending the request with soap envelop or without soap envelop?

regards,

Harish

former_member184720
Active Contributor
0 Kudos

Hi Swetha - What is the error that you are getting when you test in PI?

Can you share the screenshot of the Soap receiver channel?

former_member235717
Participant
0 Kudos

I tried sending the message with and without soap envelop. I'm getting the same response.

I weird thing is me and the legacy guy are using the same XML and testing it in SOAP UI. He is able to get the response back but for me it says connection refused.

former_member235717
Participant
0 Kudos

Here is the screen shot from RWB

Former Member
0 Kudos

Hi Swetha

Just to try  one option , can you test using WSNavigator and see if it works from there.

Regards

Srinivas

former_member184720
Active Contributor
0 Kudos

Hi Swetha - Are you sure if it is a secured WS? I see that you are using https:// ?

former_member235717
Participant
0 Kudos

Yes it is a secured web services. The data will be going through SSL site .

former_member184720
Active Contributor
0 Kudos

Have you provided with any ceritifcates for communicating over SSL? Have you imported them into NWA key-store?

To test it from soap UI - incase you have certificates

http://www.soapui.org/Service-Mocking/securing-mockservices-with-ssl.html

former_member235717
Participant
0 Kudos

They are using a standard bit certificate to encrypt the data.

So we were only sending the data directly with the User Authentication provided by the third party and sending the web services out via proxy.

Do we need to still import those certificates?

former_member184720
Active Contributor
0 Kudos

AFAIK - If it is just a user based authentication you don't need to import any certificates.

May be you can make use of the TCP gateway and try analyzing the root cause

http://scn.sap.com/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-sc...