on 2023 Jan 24 12:11 PM
Hello Team,
In SAP Process Automation, We have created action(Post) using custom odata.
Our entity Name - /Eform_Approval_DetailsSet. On Testing this action, post Action searches for method - EFORM_APPROVAL_D_CREATE_ENTITY.
As our method name is Eform_Approval_DetailsSet , it shows error “501: NOT IMPLEMENTED”.
If we change our method name to EFORM_APPROVAL_D_CREATE_ENTITY’ , it calls the method.
Is there any mandatory method naming requirement for action project to work ?
Please guide.
Thanks ,
Neha
HI Neha,
Can you please post the API spec file to check how is it written? Action doesn't work on entity model but on Open API syntax of Endpoint name. So whatever is the API name you have in specs file would be considered during making the call.
Thanks
Keshav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Neha,
Have you checked/tested in another rest client to ensure that you custom API is not returning 501 ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
11 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.