KiCompany en: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
KiCompany is the name of a Web Service based on SOAP protocol for requesting basic data about companies, non-profit organizations and state agencies. The interface is designed clients who want to integrate the functionality of company request into their own system. | KiCompany is the name of a Web Service based on SOAP protocol for requesting basic data about companies, non-profit organizations and state agencies. The interface is designed clients who want to integrate the functionality of company request into their own system. | ||
= WSDL = | |||
KiCompany WDSL is located at [http://services.krediidiinfo.ee/KiCompany.wsdl http://services.krediidiinfo.ee/KiCompany.wsdl]. | |||
WSDL for users of Microsoft Development Tools is located at: [http://services.krediidiinfo.ee/KiCompanyLit.wsdl http://services.krediidiinfo.ee/KiCompanyLit.wsdl]. It differs from the previous WSDL in that '''RPC/litteral''' is used instead of '''RPC/encode'''. | |||
= Methods = | |||
== getName == | |||
Requesting company’s name. | |||
{| style="border-style: solid; border-width: 1px;" | |||
! | |||
! Name | |||
! Type | |||
! Description | |||
|- | |||
| <b>Input parameter:</b> | |||
| regCode | |||
| xs:string | |||
| Company’s registry code. . | |||
|- | |||
| <b>Output parameter:</b> | |||
| name | |||
| xs:string | |||
| Company’s name. Output value is an empty string if the name is not found (compnay does not exist, error in the registry code etc). | |||
|} |
Revision as of 12:47, 6 June 2012
eesti keeles |
Introduction
KiCompany is the name of a Web Service based on SOAP protocol for requesting basic data about companies, non-profit organizations and state agencies. The interface is designed clients who want to integrate the functionality of company request into their own system.
WSDL
KiCompany WDSL is located at http://services.krediidiinfo.ee/KiCompany.wsdl.
WSDL for users of Microsoft Development Tools is located at: http://services.krediidiinfo.ee/KiCompanyLit.wsdl. It differs from the previous WSDL in that RPC/litteral is used instead of RPC/encode.
Methods
getName
Requesting company’s name.
Name | Type | Description | |
---|---|---|---|
Input parameter: | regCode | xs:string | Company’s registry code. . |
Output parameter: | name | xs:string | Company’s name. Output value is an empty string if the name is not found (compnay does not exist, error in the registry code etc). |