cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver in HTTP Adapter

Former Member
0 Kudos

Hi guru's..

I've build a PI System which hit to 3rd party web using HTTP Adapter. I've got several problem that i want to ask.

1. i got the web to hit from 3rd party is http://webtest:58080/sapinterface/sapapproval, Does it correct path or not? should this url refer to page using asp or html or php or etc ?

2. if i hit this web using IE, it will be show an empty page ? is that correct or not?

3. when i try to hit this page using PI, the status sometimes "Recorded for outbound processing" or "HTTP client code 400 reason. ICM_HTTP_CONNECTION FAILED". What should i do to solve this matter?

4. i set the communication channel with these parameters, please correct me if i'm wrong to set it.

Adapter Type : HTTP http://sap.com/xi/XI/System SAP BASIS 7.00

choice Receiver

Transport Protocol : HTTP 1.0

Message Protocol : XI Payload in HTTP Body

Adapter Engine : Integration Server

Addressing Type : URL Address

Target Host : webtest

Service Number : 58080

Path Prefix : sapinterface/sapapproval

HTTP Proxy Host : (null)

HTTP Proxy Port : (null)

thanks in advance. i need your help.

regards,

-wisHnu-

Accepted Solutions (0)

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

1. i got the web to hit from 3rd party is http://webtest:58080/sapinterface/sapapproval, Does it correct path or not? should this url refer to page using asp or html or php or etc ?

The path can be a directory or a page

2. if i hit this web using IE, it will be show an empty page ? is that correct or not?

It depends on how the page was setup. But at least, you should be able to access http://webtest:58080 in a browser.

3. when i try to hit this page using PI, the status sometimes "Recorded for outbound processing" or "HTTP client code 400 reason. ICM_HTTP_CONNECTION FAILED". What should i do to solve this matter?

You can find additional information about why the connection has failed using SMICM-->display all and then scroll down

4. i set the communication channel with these parameters, please correct me if i'm wrong to set it.

Adapter Type : HTTP http://sap.com/xi/XI/System SAP BASIS 7.00

choice Receiver

Transport Protocol : HTTP 1.0

Message Protocol : XI Payload in HTTP Body

Adapter Engine : Integration Server

Addressing Type : URL Address

Target Host : webtest

Service Number : 58080

Path Prefix : sapinterface/sapapproval

HTTP Proxy Host : (null)

HTTP Proxy Port : (null)

Your path prefix is incorrect, it should be: /sapinterface/sapapproval

hope this helps,

Former Member
0 Kudos

Thanks Mark for your promptly reply, your answer is very helpful to me.

Only number 3, that i've got the next problem.

after i go to SMICM and display all, I got the message :

      • WARNING => Connection request from (27/3744/0) to host: webtest, service: 58080 failed (NIECONN_REFUSED)

AP-T27, U3744, 001 PISUPER, 10.21.123.21, 13:10:45, M0, W6, , 1/0 [icxxconn.c 2218]

what's the meaning of this message?

thanks..

regards,

-wisHnu-

markangelo_dihiansan
Active Contributor
0 Kudos

Hi,

Is there a firewall in your connection? Is the host really webtest or webtest.com? You should try accessing that via IE, if the page cannot be opened, then there is something wrong with the URL.

hope this helps,

former_member200962
Active Contributor
0 Kudos
*** WARNING => Connection request from (27/3744/0) to host: webtest, service: 58080 failed (NIECONN_REFUSED)
AP-T27, U3744, 001 PISUPER, 10.21.123.21, 13:10:45, M0, W6, , 1/0 {0015c5f7} http://icxxconn.c 2218

Check this help section: http://help.sap.com/saphelp_nw70/helpdata/en/c4/8bf43d8184fb34e10000000a114084/frameset.htm

Would also suggest that you refer to similarsolved threads here:

http://forumsa.sdn.sap.com/search.jspa?q=NIECONN_REFUSED&objID=f44&dateRange=all&searchID=34602008&f...

Regards,

Abhishek.

Former Member
0 Kudos

Hi Abhishek and Mark,

Thanks for your help. Currently, I'm waiting the result of investigation from vendor who build this URL. They still checking why their page/web can not established the connection to SAP.

So, right now the case is closed.

If after that the problem occur, i'll raise the other topic.

Thanks..

regards,

-wisHnu-