cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP adapter

Former Member
0 Kudos

i am getting HTTP 401 unthorized error when sending a file HTTP > XI > Fileadapter

when i go to SICF and test service "engine" i am getting the following resposne. Is this correct? I have tried to add a logon information within the service.

<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header />

- <SOAP:Body>

- <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>

<SAP:P1>/sap/xi/engine?sap-client=100</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Pipeline ID which is expected as value of attribute &quot;type&quot; in the URL, does not exist in the Integration Engine (URL = /sap/xi/engine?sap-client=100)</SAP:Stack>

</SAP:Error>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

regards,

tony

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

SICF -> sap -> xi -> adapter_plain (maintain logon parameters ).

Former Member
0 Kudos

hi shravan,

i have and when go to test service on adapter_plain. i get a blank page. the URL appears to be correct in address bar:

http://<hostname>:8000/sap/xi/adapter_plain?sap-client=100

do i need to maintain any other settings in the logon parameters section.

regards,

tony

Former Member
0 Kudos

That is all you need to maintain. There is a sample http send message code.

Follow this thread.

regards

Shravan

Answers (0)