Base solution for your next web application
Open Closed

Windows service library of methods to call REST App Services #907


User avatar
0
keithflynn created

I need to create a library of methods callable from a windows service or console app that retrieve data using the REST APp services. I have got your sample ConsoleRemoteWebApiCall working but would like to split off the calls (like GetRolesAsync) into another project so they can be easily used by various other related projects. For example, I need a windows client app to just call GetToken or Authenticate with credentials and then call GetRole, GetProduct, ... Unfortunately, I am not very familiar with the IocManager dependency injection aspect and not sure where or what I need to register in the calling and the called project to get this working. Any assistance would be greatly appreciated. Thanks...


No answer yet!