Hello everyone and thanks for your help in advance. I have a WebApi that is called from a web page that inserts data into a SQL table. I now need to add a process that contacts an outside web service to obtain additional information. The API does not need to wait for the return of data from the web service, but does need to be called from the API. When incorporated into the API, the process causes a hang (about 15 seconds) that is unnecessary. I'm not sure how to attack this problem. Any help would be appreciated.
↧