cancel
Showing results for 
Search instead for 
Did you mean: 

standard http "Status Code" did not send back in the http header.

fisher_li
Participant
0 Kudos

Hey, gurus,

Our vendor send us the cXML invoices to our PI/XI server with Asynchronous method but they can not find the standard http "Status Code" in the http header.

This was what our vendor saw.

msgguid= 005056A0751D1EE68EC394A4B8D46572

Content-Length= 0

Content-Type= text/html

Set-Cookie= sap-usercontext=sap-language=D&sap-client=900; path=/

Server= SAP NetWeaver Application Server / ABAP 731

Does PI/XI send a  standard http "Status Code" back to the sender in Asynchronous method?

Do I need to set up anything to send a  standard http "Status Code" back?

Thanks!

Fisher

Accepted Solutions (1)

Accepted Solutions (1)

former_member194786
Active Contributor
0 Kudos

Hi Fisher,

Yes, SAP PI always sends back the status code to the calling application. You can test your interface yourself using SOAPUI and see exactly what your vendor is getting. In the raw view of SOAPUI, you will get the HTTP status code and message as the first row in response.

A sample from my test using SOAPUI (intentionally made the request to fail).

Regards,

Sanjeev

Answers (1)

Answers (1)

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Fisher,

Can you try to post using an external application and see if the status is also missing?

Regards,

Mark