Message
Click here for a complete list of operations.
MessageAllWeb
Načíst seznam webových zpráv přihlášeného uživatele
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/Message.asmx HTTP/1.1
Host: is.skaut.cz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://is.skaut.cz/MessageAllWeb"
<?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>
<MessageAllWeb xmlns="https://is.skaut.cz/">
<messageAllWebInput>
<ID_Login>guid</ID_Login>
<ID_MessageType>string</ID_MessageType>
<DisplayName>string</DisplayName>
<ID_MessageGroup>int</ID_MessageGroup>
<IsRead>boolean</IsRead>
<HasAttachments>boolean</HasAttachments>
<IsActive>boolean</IsActive>
<DateCreateFrom>dateTime</DateCreateFrom>
<DateCreateTo>dateTime</DateCreateTo>
<Top>int</Top>
</messageAllWebInput>
</MessageAllWeb>
</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>
<MessageAllWebResponse xmlns="https://is.skaut.cz/">
<MessageAllWebResult>
<MessageAllWebOutput>
<ID>int</ID>
<ID_MessageType>string</ID_MessageType>
<MessageType>string</MessageType>
<DateCreate>dateTime</DateCreate>
<DisplayName>string</DisplayName>
<IsRead>boolean</IsRead>
<HasAttachments>boolean</HasAttachments>
<MessageGroup>string</MessageGroup>
</MessageAllWebOutput>
<MessageAllWebOutput>
<ID>int</ID>
<ID_MessageType>string</ID_MessageType>
<MessageType>string</MessageType>
<DateCreate>dateTime</DateCreate>
<DisplayName>string</DisplayName>
<IsRead>boolean</IsRead>
<HasAttachments>boolean</HasAttachments>
<MessageGroup>string</MessageGroup>
</MessageAllWebOutput>
</MessageAllWebResult>
</MessageAllWebResponse>
</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/Message.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>
<MessageAllWeb xmlns="https://is.skaut.cz/">
<messageAllWebInput>
<ID_Login>guid</ID_Login>
<ID_MessageType>string</ID_MessageType>
<DisplayName>string</DisplayName>
<ID_MessageGroup>int</ID_MessageGroup>
<IsRead>boolean</IsRead>
<HasAttachments>boolean</HasAttachments>
<IsActive>boolean</IsActive>
<DateCreateFrom>dateTime</DateCreateFrom>
<DateCreateTo>dateTime</DateCreateTo>
<Top>int</Top>
</messageAllWebInput>
</MessageAllWeb>
</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>
<MessageAllWebResponse xmlns="https://is.skaut.cz/">
<MessageAllWebResult>
<MessageAllWebOutput>
<ID>int</ID>
<ID_MessageType>string</ID_MessageType>
<MessageType>string</MessageType>
<DateCreate>dateTime</DateCreate>
<DisplayName>string</DisplayName>
<IsRead>boolean</IsRead>
<HasAttachments>boolean</HasAttachments>
<MessageGroup>string</MessageGroup>
</MessageAllWebOutput>
<MessageAllWebOutput>
<ID>int</ID>
<ID_MessageType>string</ID_MessageType>
<MessageType>string</MessageType>
<DateCreate>dateTime</DateCreate>
<DisplayName>string</DisplayName>
<IsRead>boolean</IsRead>
<HasAttachments>boolean</HasAttachments>
<MessageGroup>string</MessageGroup>
</MessageAllWebOutput>
</MessageAllWebResult>
</MessageAllWebResponse>
</soap12:Body>
</soap12:Envelope>