Question
1
Replies
214
Views
Cognizant
Posted: November 22, 2019
Last activity: November 22, 2019
Closed
Fail: Unexpected HTTP 405 Response code in 7.3.1 (Connect Rest Patch Method )
Iam invoking Connect Rest (Patch Method ) in 7.3.1 through an Activity .I can see that request is passing correctly but the service is throwing pyStatusMsg: the HTTP response code of 405 indicated a client error. The response data may contain a reason. // The body of the service's response, which is set up for mapping in the Connector rule, was empty for this service call.
405 code means that you use unsupported http method. Please check with the service owner - what methords are they supported