Subversion Repositories SmartDukaan

Rev

Rev 12573 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12573 Rev 12576
Line 1... Line -...
1
Unexpected error.  File contents could not be restored from local history during undo/redo.
-
 
2
1
<?xml version="1.0" encoding="UTF-8"?>
-
 
2
<GetServiceStatusResponse xmlns="https://mws.amazonservices.com/Orders/2011-01-01">
-
 
3
  <GetServiceStatusResult>
-
 
4
    <!--Optional:-->
-
 
5
    <Status>YELLOW</Status>
-
 
6
    <!--Optional:-->
-
 
7
    <Timestamp>2007-10-26T06:36:28</Timestamp>
-
 
8
    <!--Optional:-->
-
 
9
    <MessageId>string</MessageId>
-
 
10
    <!--Optional:-->
-
 
11
    <Messages>
-
 
12
      <!--1 or more repetitions:-->
-
 
13
      <Message>
-
 
14
        <!--Optional:-->
-
 
15
        <Locale>string</Locale>
-
 
16
        <!--Optional:-->
-
 
17
        <Text>string</Text>
-
 
18
      </Message>
-
 
19
    </Messages>
-
 
20
  </GetServiceStatusResult>
-
 
21
  <ResponseMetadata>
-
 
22
    <RequestId>string</RequestId>
-
 
23
  </ResponseMetadata>
-
 
24
</GetServiceStatusResponse>
-
 
25
3
26