aboutsummaryrefslogtreecommitdiffstats
path: root/responses/AcknowledgeCommunication.xml
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2018-04-28 16:35:19 +0300
committerFilipp Lepalaan <filipp@mac.com>2018-04-28 16:35:19 +0300
commitf438b1221354469a9ce50f591eba7272f2698526 (patch)
treed37ece85dd2b98bfd165a232c1d367aaf9534801 /responses/AcknowledgeCommunication.xml
downloadgsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.tar.gz
gsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.tar.bz2
gsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.zip
Initial commit
Diffstat (limited to 'responses/AcknowledgeCommunication.xml')
-rw-r--r--responses/AcknowledgeCommunication.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/responses/AcknowledgeCommunication.xml b/responses/AcknowledgeCommunication.xml
new file mode 100644
index 0000000..4e11447
--- /dev/null
+++ b/responses/AcknowledgeCommunication.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
+ xmlns:glob="http://gsxws.apple.com/elements/global">
+ <soapenv:Header/>
+ <soapenv:Body>
+ <glob:AcknowledgeCommunicationResponse>
+ <AcknowledgeCommunicationResponse>
+ <operationId>1234</operationId>
+ <communicationResponse>
+ <acknowledgementStatus>
+ <articleID>SN34</articleID>
+ <acknowledgeStatus>Y</acknowledgeStatus>
+ </acknowledgementStatus>
+ </communicationResponse>
+ </AcknowledgeCommunicationResponse>
+ </glob:AcknowledgeCommunicationResponse>
+ </soapenv:Body>
+</soapenv:Envelope>