cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in communication channel Monitoring (Ping test )

former_member308595
Participant
0 Kudos

Hi Experts I am working on Rest to Rest Scenario , I sent the data from Source End point to Receiver endpoint .The data received in PI level and logs shows like message successfully delivered .

But I didn't find the data posted in Receiver endpoint.When I checked the Receiver CC --> PING test. I found one error as mentioned below .
as "405 Method is not allowed "

Please look into this ,

Best , Shiva

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member186851
Active Contributor
0 Kudos

Hello Shiva,

Do a standalone testing using Soap UI or REST API ,If am not wrong either method or content format(Ex. Application/xml) is not supported by the rest API.

former_member308595
Participant
0 Kudos

Hi Raghu ,

I tested in POSTMAN it's working fine.

Best , Venkatesh

Former Member
0 Kudos

Hi G SHIVA,

Would you can show a picture of adapter, you must check the name of method, this must be similar to this: http://ws.xxx.com/WSGetToken

Regards