I created a Web api and tried to use it in Appian Integration of same environment but I am getting time out error, how can I resolve the issue.
The web api is of POST method with startprocess. The process model is triggering but I am getting below error in Integration
Discussion posts and replies are publicly visible
Hi Devarneni Shiva Prasad Rao may i know more context on what process model is doing
{ "mobileNumbers": ["1234567890","0987654321"], "operator": "Joi", "planName":"Data", "planDays":"60"}
this is the body of web API.
In the processmodel the requested data is wrting to data base using write to data store entity and returining the ID
hi Devarneni Shiva Prasad Rao You need to check the connectivity between the calling system and the called system.
how?
hi Devarneni Shiva Prasad Rao then is it due to connectivity issue?
Yaa might be