cancel
Showing results for 
Search instead for 
Did you mean: 

HttpAdapterException error in HTTP_AAE receiver adapter - PO 7.5

former_member781885
Discoverer
0 Kudos

In PO 7.5, we are using HTTP_AAE receiver adapter to POST message. Transport protocol is HTTP 1.1 and SSL is used for security. ICO is working fine and messages are being delivered to target system. But occasionally, few messages fail with the below error. Can anyone suggest a cause and solution for it.

Transmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.adapter.http.api.HttpAdapterException: STATUS_CODE_NOT_OK- 403 ModSecurity Action

pamai
Explorer
0 Kudos

Hi Arendra,

SSL doesn't seem to be an issue - an HTTP 403 suggests you were already able to establish a connection and as you said the message transfer in general seems to work and authentication should be functional. I would suggest to check the logs of the receiving application for errors.

Cheers

Patrick

Accepted Solutions (0)

Answers (1)

Answers (1)

kottiyil_ramnath
Participant
0 Kudos

Hi Arendra,

Looks like the end system is providing status only after processing the message, If the message processing fails then they are responding with 403. Ask them to provide the response code 200/202 as soon as they receive the message and then do the message processing. Thanks,

Regards,

Ramnath