cancel
Showing results for 
Search instead for 
Did you mean: 

External access to internet from SAP

Former Member
0 Kudos

Hi,

I have generated the proxy client by importing WSDL as local file.

While consuming the webservice from a program, I get the following error:

SRT: Processing error in Internet Communication Framework: ("ICF Error when receiving the response: ICM_HTTP_CONNECTION_FAILED")

What are all the services to be activated in SICF? (Almost all services are activated)

How to view https logs for the requests?

external access to internet is required I guess. Pls give your valuable suggestions.

Thanks in advance,

Rajkamal

Accepted Solutions (0)

Answers (3)

Answers (3)

naveen_chichili
Active Contributor
0 Kudos

HI Raj,

Please check the port number specified it should be 5xxxx instead of 8xxx .

Also please check the below points:

1. Have you specified your hostname or IP address? Often the server cannot resolve the ip address for the hostname of your PC.

2. Is the path and port in the directory the same as the path and port of your file adapter?

3. Try question 14 (integration engine section)

/people/mark.finnern/blog/2006/01/12/finally-best-of-sdn-2005

4. also question 11 (in the same section)

5. if the avove will not fix it open XI config guide and

have a look at section

"Connecting Business Systems with an Integration Engine to the Central Integration Server"

6. Your error code is 400, so check this link,

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

For http 400 - its a bad request.

'The request could not be understood by the server due to malformed syntax.'

If you have the XI trouble shooting guide see from page 54,and also try:

1.Check that the port really is the ICM HTTP Port (transaction

SMICM) and not the J2EE port

2.If the port is wrong, change the pipeline URL in the SLD in

the business system of the Integration Server

3.Restart the J2EE Engine to reset the SLD buffer of the

Adapter Engine

Source- "XI troubleshooting guide"

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

Regards,

Naveen.

sivakumar_kilari3
Active Contributor
0 Kudos

Hi,

Execute tcode SMICM

click All services button and post here trace file

Thanks

Siva

Former Member
0 Kudos

Probably the error is that you not reach the WebService from your client.

Try to ping destination ip from your client system. Check System Firewall credential and connection.