aboutsummaryrefslogtreecommitdiffstats
path: root/responses/FetchDiagnosticConsoleURL.xml
diff options
context:
space:
mode:
Diffstat (limited to 'responses/FetchDiagnosticConsoleURL.xml')
-rw-r--r--responses/FetchDiagnosticConsoleURL.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/responses/FetchDiagnosticConsoleURL.xml b/responses/FetchDiagnosticConsoleURL.xml
new file mode 100644
index 0000000..b5b6b72
--- /dev/null
+++ b/responses/FetchDiagnosticConsoleURL.xml
@@ -0,0 +1,17 @@
+<?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:FetchDiagnosticConsoleURLResponse>
+ <FetchDiagnosticConsoleURLResponseData>
+ <operationId>123456</operationId>
+ <fetchDCURLResponseData>
+ <diagnosticConsoleURL>https://diagnostics.apple.com</diagnosticConsoleURL>
+ </fetchDCURLResponseData>
+ <communicationMessage/>
+ </FetchDiagnosticConsoleURLResponseData>
+ <communicationMessage/>
+ </glob:FetchDiagnosticConsoleURLResponse>
+ </soapenv:Body>
+</soapenv:Envelope>