cancel
Showing results for 
Search instead for 
Did you mean: 

Rest Adapter sender channel with 404 error

ravi_teja14
Participant
0 Kudos

Hi Team,

I am working on Rest sender adapter to post the data to ECC with only 2 fileds. Message was failed with the error message 404 . Please validate the communication channel configurations.

{

"EmpFname": "RAMA",

"EmpLname": "KRISHNA"

}

Regards,

Teja.

Accepted Solutions (1)

Accepted Solutions (1)

former_member182412
Active Contributor

Hi Ravi,

Try URL pattern as below and test your scenario.

Refer below blog.


Switch to the REST Resources tab. Here, we stick to a static endpoint URL, so we just enter / as pattern.

Regards,

Praveen.

ravi_teja14
Participant
0 Kudos


Thanks Pravaen,

After adding the  pattern '/'  the messages are processing successfully.

Regards,

Teja.

Answers (0)