Error while calling VSO Rest API from BizTalk WCF-WebHttp Adapter

194 Views Asked by At

I have created a BizTalk application to connect to VSO Rest API to fetch or create work items.

I have configured a wcf-webhttp adapter for calling the rest API.

Before configuring the adapter, I have tested the API with console application and getting the results with same URL.

While running the application I am getting following error:

The adapter failed to transmit message going to send port "SendPort" with URL "the URL". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.ServiceModel.EndpointNotFoundException: There was no endpoint listening at https://xxx.visualstudio.com/defaultcollection/_apis/wit/workitems/2 connected host has failed to respond 23.98.150.230:443

But when I paste the URL in the browser I am able to see the result returned by API in the browser.

What could the issue be?

0

There are 0 best solutions below