I am looking to integrate Credit Safe with Sage. I tried this test code
static void Main(string[] args)
{
CreditSafe.GlobalDataServiceClient creditSafe = new CreditSafe.GlobalDataServiceClient();
CreditSafe.CountriesListingFilter f = new CreditSafe.CountriesListingFilter();
CreditSafe.CountriesList countries = creditSafe.GetCountries(f);
}
but get the error
The HTTP request is unathorised with client authentication scheme 'Anonymous'. The authentication Header received form the Server was 'Basic realm="creditsafe.com"