URPlusService
Click here for a complete list of operations.
URPlusGetPropertiesOwnershipDocument
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /URPlusService.asmx HTTP/1.1
Host: ws.urplus.sk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://ws.urplus.sk/URPlusGetPropertiesOwnershipDocument"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<URPlusGetPropertiesOwnershipDocument xmlns="https://ws.urplus.sk">
<credentials>
<UserName>string</UserName>
<Password>string</Password>
</credentials>
<language>None or SK or EN or CZ or DE</language>
<cadastralUnitId>int</cadastralUnitId>
<documentNo>int</documentNo>
<name>string</name>
<dateOfBirth>dateTime</dateOfBirth>
<ico>string</ico>
</URPlusGetPropertiesOwnershipDocument>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<URPlusGetPropertiesOwnershipDocumentResponse xmlns="https://ws.urplus.sk">
<URPlusGetPropertiesOwnershipDocumentResult>
<Status>
<Code>int</Code>
<Description>string</Description>
</Status>
<Data>
<Region>string</Region>
<District>string</District>
<Municipality>string</Municipality>
<CadastralUnit>string</CadastralUnit>
<CadastralUnitId>int</CadastralUnitId>
<OwnershipDocumentId>int</OwnershipDocumentId>
<Owners>
<Companies xsi:nil="true" />
<Persons xsi:nil="true" />
</Owners>
<Properties>
<Lands xsi:nil="true" />
<FlatNonflats xsi:nil="true" />
<Buildings xsi:nil="true" />
</Properties>
<Charges>
<Charge xsi:nil="true" />
<Charge xsi:nil="true" />
</Charges>
<OtherInfo>
<Info xsi:nil="true" />
<Info xsi:nil="true" />
</OtherInfo>
<AcquisitionTitles>
<AcquisitionTitle xsi:nil="true" />
<AcquisitionTitle xsi:nil="true" />
</AcquisitionTitles>
<Notes>
<Note xsi:nil="true" />
<Note xsi:nil="true" />
</Notes>
</Data>
</URPlusGetPropertiesOwnershipDocumentResult>
</URPlusGetPropertiesOwnershipDocumentResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /URPlusService.asmx HTTP/1.1
Host: ws.urplus.sk
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<URPlusGetPropertiesOwnershipDocument xmlns="https://ws.urplus.sk">
<credentials>
<UserName>string</UserName>
<Password>string</Password>
</credentials>
<language>None or SK or EN or CZ or DE</language>
<cadastralUnitId>int</cadastralUnitId>
<documentNo>int</documentNo>
<name>string</name>
<dateOfBirth>dateTime</dateOfBirth>
<ico>string</ico>
</URPlusGetPropertiesOwnershipDocument>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<URPlusGetPropertiesOwnershipDocumentResponse xmlns="https://ws.urplus.sk">
<URPlusGetPropertiesOwnershipDocumentResult>
<Status>
<Code>int</Code>
<Description>string</Description>
</Status>
<Data>
<Region>string</Region>
<District>string</District>
<Municipality>string</Municipality>
<CadastralUnit>string</CadastralUnit>
<CadastralUnitId>int</CadastralUnitId>
<OwnershipDocumentId>int</OwnershipDocumentId>
<Owners>
<Companies xsi:nil="true" />
<Persons xsi:nil="true" />
</Owners>
<Properties>
<Lands xsi:nil="true" />
<FlatNonflats xsi:nil="true" />
<Buildings xsi:nil="true" />
</Properties>
<Charges>
<Charge xsi:nil="true" />
<Charge xsi:nil="true" />
</Charges>
<OtherInfo>
<Info xsi:nil="true" />
<Info xsi:nil="true" />
</OtherInfo>
<AcquisitionTitles>
<AcquisitionTitle xsi:nil="true" />
<AcquisitionTitle xsi:nil="true" />
</AcquisitionTitles>
<Notes>
<Note xsi:nil="true" />
<Note xsi:nil="true" />
</Notes>
</Data>
</URPlusGetPropertiesOwnershipDocumentResult>
</URPlusGetPropertiesOwnershipDocumentResponse>
</soap12:Body>
</soap12:Envelope>