aboutsummaryrefslogtreecommitdiffstats
path: root/responses/AcknowledgeCommunication.xml
diff options
context:
space:
mode:
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>