Expand my Community achievements bar.

SOLVED

Consuming Web API built in .net core application

Avatar

Level 3

I would like to know how to consume web api services built on a .net core web aplication inside livecycle designer. for example:

api.PNG

 

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 

dataconnection.PNGsoap.PNG

Please advice @workflowuser 

 

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

4 Replies

Avatar

Level 9

Yes that is correct what you are doing 

Avatar

Level 3

@GirishBedekar it is correct for a SOAP web service but how do i make a connection for a REST service? https://server/api/institutions/1/fees/ does not make a connection

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 3
thank you WorkflowUser my best wishes for you in 2021!!