aboutsummaryrefslogtreecommitdiffstats
path: root/responses/RunDiagnosticTest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'responses/RunDiagnosticTest.xml')
-rw-r--r--responses/RunDiagnosticTest.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/responses/RunDiagnosticTest.xml b/responses/RunDiagnosticTest.xml
new file mode 100644
index 0000000..072e4f3
--- /dev/null
+++ b/responses/RunDiagnosticTest.xml
@@ -0,0 +1,16 @@
+<?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:RunDiagnosticTestResponse>
+ <RunDiagnosticTestResponseData>
+ <operationId>123456</operationId>
+ <diagnosticTestResponseData>
+ <responseMessage/>
+ </diagnosticTestResponseData>
+ <communicationMessage/>
+ </RunDiagnosticTestResponseData>
+ </glob:RunDiagnosticTestResponse>
+ </soapenv:Body>
+</soapenv:Envelope>