cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Client Error

Former Member
0 Kudos

Hi all,

My scenario is HTTP to RFC. When I run the HTTP client I am getting the error as:

<SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>SOAP:Client</faultcode><faultstring>Pipeline specified in URL attribute (type) not existing</faultstring><faultactor>http://sap.com/xi/XI/Message/30</faultactor><detail><SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1"><SAP:Category>XIProtocol</SAP:Category><SAP:Code area="MESSAGE">URL_PIPELINE_NOT_FOUND</SAP:Code>

Please help me in solving this error

Thanks in advance...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

checked the URL in SM59 under "HTTP Connections to SAP/3" - "INTEGRATION_SERVER" ?

You must find : "/sap/xi/engine?type=entry" in PATH PREFIX.

Look in to this for all errors

Regard's

Chetan Ahuja

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks a lot guys. Problem is solved.

Former Member
0 Kudos

check the below threads , it will help u

former_member183906
Active Contributor
0 Kudos

Hii

1. Check the Pipeline URL in SXMB_ADM -- >Integration Engine cofiguration.

2. Also checked the url in SM59 under "HTTP Connections to SAP R/3" Integration_directory_hmi

3. Check SXMB_ADM and SMICM ->HTTP service name/port is same.

It will work .

Regards

Former Member
0 Kudos

Hi,

The pipeline URL and the server host/port settings are correct.

In SM59, the URL is something like /dir/cacherefresh. There is no other URL here.

May be you can understand if you see this error message:

Pipeline ID ENTRYNAMESPACE=HTTP%3A//***.COM/XI/, which is expected as value of attribute &amp;quot;type&amp;quot; in the URL, does not exist in the Integration Engine

Thanks in advance.

Former Member
0 Kudos

Hi Senthil,

Go to Runtime Workbench --> Component Monitoring --> Integration Engine --> Test Message.

The URL Displayed in "Send Message To.." must be the same you use in your Http client.

Regards,

Carlos

dharamveer_gaur2
Active Contributor
0 Kudos

In check HTTP Client Parameter:

1. Sever host Of XI

2.XI Server Port

3 Client No of XI

4 Sender interface(messager interface)

This FAQ will help to trace your error

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/http%2bto%2brfc%2bsynchronous%2bscenario%2b-%2...

//Step by step scenario.

Former Member
0 Kudos

You can set the URL in the adapter specific attributes, but you can only set the whole URL and not parts of it.

The decription is here:

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm

check this blog too..