ContributionsMost RecentMost LikesSolutionsUnable to create test case from rest api using java Hi Team, I'm able to create test case using zephyr standalone with postman, but Unable to create test case from rest api using java. I'm getting error in connection time out . Can you tell me why i'm getting error. Thanks. Unable to create test step under testcase using rest api provided by zephyr enterprise standalone I am getting error:405 method not allowed. I am trying to create test step using Zephyr Enterprise Standalone, PFB the url and the request for reference. RestAPI URL: https://att11111.zephyrdemo.com/flex/services/rest/latest/testcase/1/teststep Request: { "id": 1, "tcId": 1, "maxId": 1, "steps": [ { "id": 1, "localId": 2, "orderId": 2, "step": "Go to test", "data": "user name and password", "result": "login to the system." } ], "testcaseVersionId": 1 }