I have a "ABCD" web service running on a machine. I have TFS and agent running on another system of same network. Via a browser I am able to access the ABCD web service(such as https://<computername>:<portNumber> or https://<ip>:<portNumber>) from the machine where TFS is installed.
Now I want to create a a service connection to my web service so as to call the APIs. On Verifying the Service connection via "TestConnection" dataSources, am getting the following error.
Error Message: An error occurred while sending the request.. Note: Verification may fail if the URL is not accessible from Azure DevOps Server. However, it might still be valid and accessible from the agent that executes the build or release.
As it says, I am able to access the APIs from the agent that executes the build and release, but I need this APIs to populate the picklist in my task(for dataSourceBindings). How can I handle this?