-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a68e49
commit e6dee5b
Showing
41 changed files
with
2,582 additions
and
0 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
spec/fixtures/eks/authorize_message/already_authorized_fault.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>MessageNotDeliverable</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason>Správu ste už prevzali cez elektronickú schránku alebo integrovaný systém, a preto ju nemôžete prevziať opakovane.</Reason> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>EDeskInactive</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason i:nil="true"/> | ||
</EDeskFault> |
6 changes: 6 additions & 0 deletions
6
spec/fixtures/eks/authorize_message/message_permission_denied_fault.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>IncorrectConfirmRequest</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason>Nie ste adresátom správy a preto ju nemáte oprávnenie prevziať.</Reason> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>IncorrectConfirmRequest</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason>Správa 5603713960 neexistuje.</Reason> | ||
</EDeskFault> |
6 changes: 6 additions & 0 deletions
6
spec/fixtures/eks/authorize_message/non_delivery_notification_fault.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>IncorrectConfirmRequest</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason>Správa 4898662475 nemá Class ED_DELIVERY_NOTIFICATION, a teda nie je notifikačná doručenka.</Reason> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ConfirmNotificationReportResponse xmlns="http://schemas.gov.sk/edesk/eksService/1"> | ||
<ConfirmNotificationReportResult>4903713857</ConfirmNotificationReportResult> | ||
</ConfirmNotificationReportResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>EDeskInactive</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason i:nil="true"/> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>EDeskNotExist</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason i:nil="true"/> | ||
</EDeskFault> |
6 changes: 6 additions & 0 deletions
6
spec/fixtures/eks/delete_message/message_permission_denied_fault.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>EDeskPermissionDenied</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason>Užívateľ nemá právo zmazať danú správu.</Reason> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<DeleteMessageResponse xmlns="http://schemas.gov.sk/edesk/eksService/1"> | ||
<DeleteMessageResult>true</DeleteMessageResult> | ||
</DeleteMessageResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<DeleteMessageResponse xmlns="http://schemas.gov.sk/edesk/eksService/1"> | ||
<DeleteMessageResult>true</DeleteMessageResult> | ||
</DeleteMessageResponse> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>General</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason i:nil="true"/> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>EDeskInactive</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason i:nil="true"/> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>EDeskNotExist</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason i:nil="true"/> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<GetFoldersResponse xmlns="http://schemas.gov.sk/edesk/eksService/1"> | ||
<GetFoldersResult xmlns:a="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII.Model" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<a:TotalCount>0</a:TotalCount> | ||
<a:Values/> | ||
</GetFoldersResult> | ||
</GetFoldersResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<GetFoldersResponse xmlns="http://schemas.gov.sk/edesk/eksService/1"> | ||
<GetFoldersResult xmlns:a="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII.Model" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<a:TotalCount>4</a:TotalCount> | ||
<a:Values> | ||
<a:Folder> | ||
<a:IdFolder>20378640</a:IdFolder> | ||
<a:IdFolderParent i:nil="true"/> | ||
<a:Name>Inbox</a:Name> | ||
<a:SystemFolder>true</a:SystemFolder> | ||
</a:Folder> | ||
<a:Folder> | ||
<a:IdFolder>20378641</a:IdFolder> | ||
<a:IdFolderParent i:nil="true"/> | ||
<a:Name>SentItems</a:Name> | ||
<a:SystemFolder>true</a:SystemFolder> | ||
</a:Folder> | ||
<a:Folder> | ||
<a:IdFolder>20378642</a:IdFolder> | ||
<a:IdFolderParent i:nil="true"/> | ||
<a:Name>Drafts</a:Name> | ||
<a:SystemFolder>true</a:SystemFolder> | ||
</a:Folder> | ||
<a:Folder> | ||
<a:IdFolder>25616503</a:IdFolder> | ||
<a:IdFolderParent i:nil="true"/> | ||
<a:Name>Bin</a:Name> | ||
<a:SystemFolder>true</a:SystemFolder> | ||
</a:Folder> | ||
</a:Values> | ||
</GetFoldersResult> | ||
</GetFoldersResponse> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>EDeskInactive</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason i:nil="true"/> | ||
</EDeskFault> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<EDeskFault xmlns="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<Code>EDeskNotExist</Code> | ||
<MessageId i:nil="true"/> | ||
<Reason i:nil="true"/> | ||
</EDeskFault> |
118 changes: 118 additions & 0 deletions
118
spec/fixtures/eks/get_message/class/ed_authorize_delivery_finished_response.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<GetMessageResponse xmlns="http://schemas.gov.sk/edesk/eksService/1"> | ||
<GetMessageResult xmlns:a="http://schemas.datacontract.org/2004/07/Anasoft.eDesk.eDeskII.Model" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | ||
<a:Body>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot; &quot;http://www.w3.org/TR/html4/loose.dtd&quot;&gt;&lt;html&gt;&lt;head&gt;&lt;META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-16&quot;&gt;&lt;meta http-equiv=&quot;X-UA-Compatible&quot; content=&quot;IE=9&quot;&gt;&lt;title&gt;Inform&#225;cia pri op&#228;tovnej autoriz&#225;ci&#237; doručenej spr&#225;vy&lt;/title&gt;&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;&gt;&lt;meta name=&quot;language&quot; content=&quot;sk-SK&quot;&gt;&lt;style type=&quot;text/css&quot;&gt; | ||
body { | ||
font-family: &#39;Open Sans&#39;, &#39;Segoe UI&#39;, &#39;Trebuchet MS&#39;, &#39;Geneva CE&#39;, lucida, sans-serif; | ||
background : #ffffff !important ; | ||
} | ||
.ui-tabs { | ||
padding: .2em; | ||
position: relative; | ||
zoom: 1; | ||
} | ||
.clear { clear: both; height: 0;} | ||
.layoutMain { | ||
margin: 0px auto; | ||
padding: 5px 5px 5px 5px; | ||
} | ||
.layoutRow { margin-bottom: 5px; } | ||
.caption { /*width: 100%; border-bottom: solid 1px black;*/ } | ||
.nocaption &gt; .caption { border: 0px !important; } | ||
.nocaption &gt; .caption span { | ||
background: none !important; | ||
display: none; | ||
} | ||
.caption .title { padding-left: 5px; } | ||
.headercorrection { | ||
margin: 0px; | ||
font-size : 1em; | ||
font-weight: bold; | ||
} | ||
.labelVis { | ||
float: left; | ||
font-weight: bold; | ||
font-family: &#39;Open Sans&#39;, &#39;Segoe UI&#39;, &#39;Trebuchet MS&#39;, &#39;Geneva CE&#39;, lucida, sans-serif; | ||
line-height: 25px; | ||
margin: 0px 18px 0px 0px; | ||
padding-left: 3px; | ||
width: 190px; | ||
word-wrap: break-word; | ||
font-size: 0.8em; | ||
} | ||
.contentVis { | ||
float: left; | ||
line-height: 25px; | ||
margin: 0px; | ||
padding: 0px; | ||
vertical-align: top; | ||
font-size: 0.75em; | ||
} | ||
.wordwrap { | ||
white-space: pre-wrap; | ||
white-space: -moz-pre-wrap; | ||
white-space: -pre-wrap; | ||
white-space: -o-pre-wrap; | ||
word-wrap: break-word; | ||
} | ||
.ui-widget-content { | ||
background : 50% 50% repeat-x #ffffff; | ||
border : #d4d4d4 solid 2px; | ||
color : #4f4e4e; | ||
border-radius : 3px; | ||
} | ||
.ui-widget-header { | ||
cursor : pointer; | ||
font-size : 0.8em; | ||
color : #494949; | ||
padding-left : 2px; | ||
border : #eae9e8 solid 1px; | ||
background-color : #eae9e8; | ||
margin-bottom: 3px; | ||
border-radius : 3px; | ||
} | ||
&lt;/style&gt;&lt;/head&gt;&lt;body&gt;&lt;div id=&quot;main&quot; class=&quot;layoutMain&quot;&gt;&lt;div class=&quot;layoutRow ui-tabs ui-widget-content&quot;&gt;&lt;div class=&quot;caption ui-widget-header&quot;&gt;&lt;div class=&quot;headercorrection&quot;&gt;Inform&#225;cia pri op&#228;tovnej autoriz&#225;ci&#237; doručenej spr&#225;vy&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;label class=&quot;labelVis&quot;&gt;Identifik&#225;tor spr&#225;vy: &lt;/label&gt;&lt;span class=&quot;contentVis wordwrap&quot;&gt;7acc32dd-1586-4103-8634-ba0707820e2e&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&#160;&lt;/div&gt;&lt;div&gt;&lt;label class=&quot;labelVis&quot;&gt;Spr&#225;va: &lt;/label&gt;&lt;span class=&quot;contentVis wordwrap&quot;&gt;Dan&#225; spr&#225;va už bola doručen&#225;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&#160;&lt;/div&gt;&lt;div class=&quot;layoutRow ui-tabs ui-widget-content&quot;&gt;&lt;div class=&quot;caption ui-widget-header&quot;&gt;&lt;div class=&quot;headercorrection&quot;&gt;Stav doručovania&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;label class=&quot;labelVis&quot;&gt;Identifik&#225;tor stavu: &lt;/label&gt;&lt;span class=&quot;contentVis wordwrap&quot;&gt;2&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&#160;&lt;/div&gt;&lt;div&gt;&lt;label class=&quot;labelVis&quot;&gt;Stav: &lt;/label&gt;&lt;span class=&quot;contentVis wordwrap&quot;&gt;Doručen&#233;&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&#160;&lt;/div&gt;&lt;div&gt;&lt;label class=&quot;labelVis&quot;&gt;Čas stavu: &lt;/label&gt;&lt;span class=&quot;contentVis wordwrap&quot;&gt;22.03.2017&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;clear&quot;&gt;&#160;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/body&gt;&lt;/html&gt;</a:Body> | ||
<a:Class>ED_AUTHORIZE_DELIVERY_FINISHED</a:Class> | ||
<a:CorrelationId>8a6a31c1-0d54-46c8-aac1-12465162b913</a:CorrelationId> | ||
<a:DateDelivery>2017-03-22T11:53:19.543</a:DateDelivery> | ||
<a:IdMessage>4898662482</a:IdMessage> | ||
<a:MessageId>d57b8037-5563-46cf-913d-1dfd4f0f970a</a:MessageId> | ||
<a:SkTalk><SKTalkMessage xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://gov.sk/SKTalkMessage">
 | ||
<EnvelopeVersion>3.0</EnvelopeVersion>
 | ||
<Header>
 | ||
<MessageInfo>
 | ||
<Class>ED_AUTHORIZE_DELIVERY_FINISHED</Class>
 | ||
<MessageID>d57b8037-5563-46cf-913d-1dfd4f0f970a</MessageID>
 | ||
<CorrelationID>8a6a31c1-0d54-46c8-aac1-12465162b913</CorrelationID>
 | ||
<ReferenceID>9dbc3976-a0ae-4578-8d43-8e14327eb6ee</ReferenceID>
 | ||
<ChannelInfo>
 | ||
<Channel>
 | ||
<ChannelInfoURI>ico://sk/83110656</ChannelInfoURI>
 | ||
</Channel>
 | ||
</ChannelInfo>
 | ||
</MessageInfo>
 | ||
</Header>
 | ||
<Body>
 | ||
<MessageContainer xmlns="http://schemas.gov.sk/core/MessageContainer/1.0">
 | ||
<MessageId>d57b8037-5563-46cf-913d-1dfd4f0f970a</MessageId>
 | ||
<SenderId>ico://sk/00151513_10001</SenderId>
 | ||
<RecipientId>ico://sk/83110656</RecipientId>
 | ||
<MessageType>Autorizácia doručenej správy</MessageType>
 | ||
<MessageSubject>Autorizácia doručenej správy</MessageSubject>
 | ||
<Object Id="40a07cd9-0377-41fc-be08-3742a73bbf59" Class="FORM" MimeType="application/x-eform-xml" Encoding="XML">
 | ||
<DeliveryFinished xmlns="http://schemas.gov.sk/form/ED.DeliveryFinished/1.3">
 | ||
<MessageID>7acc32dd-1586-4103-8634-ba0707820e2e</MessageID>
 | ||
<DeliveryInformation>Daná správa už bola doručená</DeliveryInformation>
 | ||
<State>
 | ||
<Status>2</Status>
 | ||
<StatusText>Doručené</StatusText>
 | ||
<StatusTime>2017-03-22</StatusTime>
 | ||
</State>
 | ||
</DeliveryFinished>
 | ||
</Object>
 | ||
</MessageContainer>
 | ||
</Body>
 | ||
</SKTalkMessage></a:SkTalk> | ||
<a:Title>Autorizácia doručenej správy</a:Title> | ||
</GetMessageResult> | ||
</GetMessageResponse> |
Oops, something went wrong.