Bisnode Estonia opened SOAP web service for easy data exchange with our customers and resellers. To make calls to SOAP server you can use any library or software, suitable for you. WSDL address is:

https://in.bisnode.ee/soap.wsdl

Security

Most of requests to Bisnode Estonia SOAP server require access token, also known as api_key, the same as you use in REST mode.

Find access token in user profile

Available functions

  • getProfile - get all details of your profile including token (api_key) to access all other functions.
  • searchCompany - search company by name
  • getFreeInfo - get company free information (general information, contact data)
  • getCreditReport - get credit report
  • listAnnualReport - list of available documents.
  • getAnnualReport - get annual report of necessary type and annual year. Document will be bought from Business registry and analyzed.
  • getAaaRating - get AAA rating of Estonian company and suggested credit limit.

Client library

We created PHP library for easy integration. It is under development now and available in Bisnode Estonia Github repository. Please, note that library can be changed any time, as we add functionality to our SOAP server. To get freshest information, please explore our [WSDL schema](/soap.wsdl) with, for example, SoapUI.

See also