cancel
Showing results for 
Search instead for 
Did you mean: 

RFC TO SOAP

Former Member
0 Kudos

Hi

I am working on RFC to SOAP Scenorio.

When i execute the Function module and see the message monitoring in XI.

I am getting the following error message

"com.sap.aii.af.ra.ms.api.DeliveryException: Connection timed out: connect"

Can you pls help

Regards

Madhan D

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Check the receiver side SOAP endpoint Url is working fine in synchronous way.

If the receiver application is down then you may get this kind of error.

Even just copy paste the endpoint URL in internet explorer and see if you get any response (i.e. to ping to the receiver server)

Thanks

Swarup

Former Member
0 Kudos

Hi Swarup

Thanks for the response.

I tried to the paste the URL in the browser and i am able to see the WSDL information.

One more correction in my earlier message, i am seeing the error message in the Communication Channel Monitoring

Regards

Madhan D

Former Member
0 Kudos

Hi,

Mostly you are using wrong URL. The URL which gives you the WSDL information is not the one you should use in Communication channel.

The Receiver server endpoint URL will be different than this. please confirm with your receiver system.

Thanks

Swarup

Answers (1)

Answers (1)

aashish_sinha
Active Contributor
0 Kudos

Hi,

Have a look into this weblog.

Use Tcode SXMB_ADM, to access the Administration page, I think you should have the access rights to set the time out parameter.

Also check if

1. In the Integration Builder (Configuration), open the editor of the reveiver's channel through which the XI will forward the message to the target Web Service.

2. In the "Connection Parameters" secetion, check "Connection Proxy".

3. Then specify the properties "Host" and "Port". The values of these properties are depending on the configuration of your XI system.

regards

Aashish Sinha

Former Member
0 Kudos

Thanks Ashish

Now i am getting a new error,

com.sap.aii.af.ra.ms.api.DeliveryException: invalid content type for SOAP: TEXT/HTML; HTTP 404 Not Found

In the Communication Channel Monitoring

Sender Channel is showing Green and Receiver is in Yellow

Regards

Madhan D

Former Member
0 Kudos

Hi,

The HTTP 404 Not Found is due to incorrect URL.

Thanks

Swarup