KiCompany en: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 29: | Line 29: | ||
| regCode | | regCode | ||
| xs:string | | xs:string | ||
| Company’s registry code | | Company’s registry code. | ||
|- | |- | ||
| <b>Output parameter:</b> | | <b>Output parameter:</b> |
Revision as of 12:48, 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). |