diff options
author | Filipp Lepalaan <filipp@mac.com> | 2018-04-28 16:35:19 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2018-04-28 16:35:19 +0300 |
commit | f438b1221354469a9ce50f591eba7272f2698526 (patch) | |
tree | d37ece85dd2b98bfd165a232c1d367aaf9534801 /responses/UpdateGeneralEscalation.xml | |
download | gsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.tar.gz gsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.tar.bz2 gsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.zip |
Initial commit
Diffstat (limited to 'responses/UpdateGeneralEscalation.xml')
-rw-r--r-- | responses/UpdateGeneralEscalation.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/responses/UpdateGeneralEscalation.xml b/responses/UpdateGeneralEscalation.xml new file mode 100644 index 0000000..0b18250 --- /dev/null +++ b/responses/UpdateGeneralEscalation.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/"> + <S:Body> + <ns4:UpdateGeneralEscalationResponse xmlns:ns2="http://iphone.endpoint.ws.gsx.ist.apple.com/" xmlns:ns3="http://gsxws.apple.com/elements/global" xmlns:ns4="http://gsxws.apple.com/elements/iphone"> + <UpdateGeneralEscalationResponse> + <operationId>91f5a1310158382330</operationId> + <escalationConfirmation> + <updateStatus>SUCCESS</updateStatus> + <updateTimestamp>12/18/12 11:10 AM</updateTimestamp> + </escalationConfirmation> + </UpdateGeneralEscalationResponse> + </ns4:UpdateGeneralEscalationResponse> + </S:Body> +</S:Envelope> |