AEM_USER1
12-01-2021
I would like to know how to consume web api services built on a .net core web aplication inside livecycle designer. for example:
lets say the address is:
https://server/api/institutions/1/fees/
inside livecycle designer the current way i am doing it is with WSDL soap web services
Please advice @workflowuser
workflowuser
Employee
22-01-2021
not possible to use that Data Connection UI to invoke REST API - the reason being in WSDL we have the information about the input and output parameters. However you can invoke your REST endpoint using the HTTP Postbutton
GirishBedekar
Yes that is correct what you are doing