aboutsummaryrefslogtreecommitdiffstats
path: root/responses/FetchDiagnosticConsoleURL.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/FetchDiagnosticConsoleURL.xml
downloadgsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.tar.gz
gsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.tar.bz2
gsx-mockserver-f438b1221354469a9ce50f591eba7272f2698526.zip
Initial commit
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>