I got 2 of this. one is Intergrate Designer and one is API Web designer. I already configured all the parameter and the endpoint seem the same from 2 of them. I use test request and both of them return success (200) but only Web API designer post data to database while Intergrate Desginer doesn't.
Integration Designer :
Web Api Designer:
Can anyone know what is the issue and how to resolve this one.
Discussion posts and replies are publicly visible
Can you check if the process model is getting triggered while calling the webApi from integration object ? Is there any error in process model while calling the wepApi from integration object
Hi Kumar Agniwesh process model isn't getting trigger while calling the webApi from intergration object. Actually, in the connected system in integration object, I configure it as none authentication, is this a problem ?
Yes.
Create a service account and give that service account viewer access to the webApi. and in integration use that for authentication
Currently I use community edition so that don't have access to open admin console to create service account. Is there has another way to fix ?
create a basic user and user username and password for authentication and authorisation.
Do you have any document link so that I can follow, currently as I research, it still require me to go admin console to create those thing that unable to do if we use community edition.