cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver REST Adapter -Testing HTTP options gives me error "404: Not Found"

former_member290264
Participant
0 Kudos

Hello Experts,

I am working on IDOC to REST scenario. (converting data from XML to JSON)

At the receiver end, I pinged the channel and it gives me Testing HTTP Option... 404: Not Found.

The message is in the waiting status with code 415 - Unsupported Media Type.

below is the channel config.

Please help to resolve this error.

Thanks,

Ravi N

0 Kudos

Hi Ravi,

I am facing the same issue. How did you resolve this error?

openrico
Participant
0 Kudos

Do you have the 404 or 415 Error?

404 is ok @ ping receiver channe because the system is not setting the parameters in URL when you ping the endpoint.

415 is, because content-type is missing:
Go to: Headers Tab at receiver channel an set Content-Type | application/json

Accepted Solutions (0)

Answers (2)

Answers (2)

manoj_khavatkopp
Active Contributor

Try adding http header for content-type as application/json.

apu_das2
Active Contributor
0 Kudos

If you have imported SSL certificate properly into TrustedCAs, your interface should work fine irrespective of this error.