Creditinfo veebiteenuste arhitektuur en: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Introduction = Krediidiinfo web services are based on SOAP protocol. There is a central SOAP server for the services located at [https://services.krediidiinfo.ee/soap.php h...") |
|||
Line 15: | Line 15: | ||
There are two ways of web service user authentication: | There are two ways of web service user authentication: | ||
# 1. via ''HTTP Basic Access''' | # 1. via '''HTTP Basic Access''' | ||
# 2. using a certificate issued by Krediidiinfo | # 2. using a certificate issued by Krediidiinfo | ||
Revision as of 11:39, 15 June 2012
Introduction
Krediidiinfo web services are based on SOAP protocol. There is a central SOAP server for the services located at https://services.krediidiinfo.ee/soap.php.
Every web service has a name (for example, KiCompanyBasic, KiReport). The name determines the WSDL-file location in the following format:
http://services.krediidiinfo.ee/<veebiteenuse_nimi>.wsdl
For example, the location for KiCompanyBasic WSDL would be: http://services.krediidiinfo.ee/KiCompanyBasic.wsdl.
Authentication
There are two ways of web service user authentication:
- 1. via HTTP Basic Access
- 2. using a certificate issued by Krediidiinfo
Requests for a user name and password or a certificate should be submitted to customer service.
Security
All data exchange between the client and the server takes place using the HTTPS protocol.