Creditinfo Web Services Architecture en: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{| align="right" | {| align="right" | ||
| [[Image:Flag of Estonia.svg|border|30px]] [[ | | [[Image:Flag of Estonia.svg|border|30px]] [[Krediidiinfo_veebiteenuste_arhitektuur|eesti keeles]] | ||
|} | |} | ||
= Introduction = | = Introduction = | ||
Creditinfo web services are based on SOAP protocol. There is a central SOAP server for the services located at [https://services.krediidiinfo.ee/soap.php 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: | Every web service has a name (for example, KiCompanyBasic, KiReport). The name determines the WSDL-file location in the following format: | ||
Line 16: | Line 16: | ||
= Authentication = | = Authentication = | ||
'''HTTP Basic Access''' | |||
Requests for a user name and password or a certificate should be submitted to [[Klienditugi | customer service]]. | Requests for a user name and password or a certificate should be submitted to [[Klienditugi | customer service]]. |
Latest revision as of 13:45, 2 December 2016
eesti keeles |
Introduction
Creditinfo 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
HTTP Basic Access
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.