OrganizationUnit
Click here for a complete list of operations.
RegistryAll
Načíst seznam požadavků na změnu v registru OJ
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 /junakwebservice/OrganizationUnit.asmx HTTP/1.1 Host: is.skaut.cz Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://is.skaut.cz/RegistryAll" <?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> <RegistryAll xmlns="https://is.skaut.cz/"> <registryAllInput> <ID_Login>guid</ID_Login> <DisplayName>string</DisplayName> <ID_Unit>int</ID_Unit> <ID_RegistryObject>string</ID_RegistryObject> <ID_RegistryType>string</ID_RegistryType> <ID_RegistryState>string</ID_RegistryState> <DateCreateFrom>dateTime</DateCreateFrom> <DateCreateTo>dateTime</DateCreateTo> <DateCreateMonth>int</DateCreateMonth> <DateCreateYear>int</DateCreateYear> </registryAllInput> </RegistryAll> </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> <RegistryAllResponse xmlns="https://is.skaut.cz/"> <RegistryAllResult> <RegistryAllOutput> <ID>int</ID> <DisplayName>string</DisplayName> <Sequence>int</Sequence> <ID_Unit>int</ID_Unit> <Unit>string</Unit> <RegistrationNumber>string</RegistrationNumber> <UnitWithRegistrationNumber>string</UnitWithRegistrationNumber> <ID_RegistryObject>string</ID_RegistryObject> <RegistryObject>string</RegistryObject> <ID_RegistryType>string</ID_RegistryType> <RegistryType>string</RegistryType> <ID_RegistryState>string</ID_RegistryState> <RegistryState>string</RegistryState> <OldHistoryObjectId>int</OldHistoryObjectId> <NewHistoryObjectId>int</NewHistoryObjectId> <ID_PersonCreate>int</ID_PersonCreate> <PersonCreate>string</PersonCreate> <DateCreate>dateTime</DateCreate> <ID_FunctionType>int</ID_FunctionType> <FunctionType>string</FunctionType> <ID_PersonSolving>int</ID_PersonSolving> <PersonSolving>string</PersonSolving> <DateSolving>dateTime</DateSolving> <ID_PersonSent>int</ID_PersonSent> <PersonSent>string</PersonSent> <DateSent>dateTime</DateSent> <Note>string</Note> <PersonFunction>string</PersonFunction> <ID_PersonFunction>int</ID_PersonFunction> </RegistryAllOutput> <RegistryAllOutput> <ID>int</ID> <DisplayName>string</DisplayName> <Sequence>int</Sequence> <ID_Unit>int</ID_Unit> <Unit>string</Unit> <RegistrationNumber>string</RegistrationNumber> <UnitWithRegistrationNumber>string</UnitWithRegistrationNumber> <ID_RegistryObject>string</ID_RegistryObject> <RegistryObject>string</RegistryObject> <ID_RegistryType>string</ID_RegistryType> <RegistryType>string</RegistryType> <ID_RegistryState>string</ID_RegistryState> <RegistryState>string</RegistryState> <OldHistoryObjectId>int</OldHistoryObjectId> <NewHistoryObjectId>int</NewHistoryObjectId> <ID_PersonCreate>int</ID_PersonCreate> <PersonCreate>string</PersonCreate> <DateCreate>dateTime</DateCreate> <ID_FunctionType>int</ID_FunctionType> <FunctionType>string</FunctionType> <ID_PersonSolving>int</ID_PersonSolving> <PersonSolving>string</PersonSolving> <DateSolving>dateTime</DateSolving> <ID_PersonSent>int</ID_PersonSent> <PersonSent>string</PersonSent> <DateSent>dateTime</DateSent> <Note>string</Note> <PersonFunction>string</PersonFunction> <ID_PersonFunction>int</ID_PersonFunction> </RegistryAllOutput> </RegistryAllResult> </RegistryAllResponse> </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 /junakwebservice/OrganizationUnit.asmx HTTP/1.1 Host: is.skaut.cz 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> <RegistryAll xmlns="https://is.skaut.cz/"> <registryAllInput> <ID_Login>guid</ID_Login> <DisplayName>string</DisplayName> <ID_Unit>int</ID_Unit> <ID_RegistryObject>string</ID_RegistryObject> <ID_RegistryType>string</ID_RegistryType> <ID_RegistryState>string</ID_RegistryState> <DateCreateFrom>dateTime</DateCreateFrom> <DateCreateTo>dateTime</DateCreateTo> <DateCreateMonth>int</DateCreateMonth> <DateCreateYear>int</DateCreateYear> </registryAllInput> </RegistryAll> </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> <RegistryAllResponse xmlns="https://is.skaut.cz/"> <RegistryAllResult> <RegistryAllOutput> <ID>int</ID> <DisplayName>string</DisplayName> <Sequence>int</Sequence> <ID_Unit>int</ID_Unit> <Unit>string</Unit> <RegistrationNumber>string</RegistrationNumber> <UnitWithRegistrationNumber>string</UnitWithRegistrationNumber> <ID_RegistryObject>string</ID_RegistryObject> <RegistryObject>string</RegistryObject> <ID_RegistryType>string</ID_RegistryType> <RegistryType>string</RegistryType> <ID_RegistryState>string</ID_RegistryState> <RegistryState>string</RegistryState> <OldHistoryObjectId>int</OldHistoryObjectId> <NewHistoryObjectId>int</NewHistoryObjectId> <ID_PersonCreate>int</ID_PersonCreate> <PersonCreate>string</PersonCreate> <DateCreate>dateTime</DateCreate> <ID_FunctionType>int</ID_FunctionType> <FunctionType>string</FunctionType> <ID_PersonSolving>int</ID_PersonSolving> <PersonSolving>string</PersonSolving> <DateSolving>dateTime</DateSolving> <ID_PersonSent>int</ID_PersonSent> <PersonSent>string</PersonSent> <DateSent>dateTime</DateSent> <Note>string</Note> <PersonFunction>string</PersonFunction> <ID_PersonFunction>int</ID_PersonFunction> </RegistryAllOutput> <RegistryAllOutput> <ID>int</ID> <DisplayName>string</DisplayName> <Sequence>int</Sequence> <ID_Unit>int</ID_Unit> <Unit>string</Unit> <RegistrationNumber>string</RegistrationNumber> <UnitWithRegistrationNumber>string</UnitWithRegistrationNumber> <ID_RegistryObject>string</ID_RegistryObject> <RegistryObject>string</RegistryObject> <ID_RegistryType>string</ID_RegistryType> <RegistryType>string</RegistryType> <ID_RegistryState>string</ID_RegistryState> <RegistryState>string</RegistryState> <OldHistoryObjectId>int</OldHistoryObjectId> <NewHistoryObjectId>int</NewHistoryObjectId> <ID_PersonCreate>int</ID_PersonCreate> <PersonCreate>string</PersonCreate> <DateCreate>dateTime</DateCreate> <ID_FunctionType>int</ID_FunctionType> <FunctionType>string</FunctionType> <ID_PersonSolving>int</ID_PersonSolving> <PersonSolving>string</PersonSolving> <DateSolving>dateTime</DateSolving> <ID_PersonSent>int</ID_PersonSent> <PersonSent>string</PersonSent> <DateSent>dateTime</DateSent> <Note>string</Note> <PersonFunction>string</PersonFunction> <ID_PersonFunction>int</ID_PersonFunction> </RegistryAllOutput> </RegistryAllResult> </RegistryAllResponse> </soap12:Body> </soap12:Envelope>