aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fixtures
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-08-25 23:07:56 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-08-25 23:07:56 +0300
commitb37b548ff21dc78eb8fff2a736f4acddeff0bda3 (patch)
tree5d9c4a72f8e8937cc22881ca0cd9371899eb91bb /tests/fixtures
parentb016ac1f696655344ecd68020b7c97c7ff18907c (diff)
downloadpy-gsxws-b37b548ff21dc78eb8fff2a736f4acddeff0bda3.tar.gz
py-gsxws-b37b548ff21dc78eb8fff2a736f4acddeff0bda3.tar.bz2
py-gsxws-b37b548ff21dc78eb8fff2a736f4acddeff0bda3.zip
Cleanup
Diffstat (limited to 'tests/fixtures')
-rw-r--r--tests/fixtures/error_ca_fmip.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/fixtures/error_ca_fmip.xml b/tests/fixtures/error_ca_fmip.xml
new file mode 100644
index 0000000..84f7805
--- /dev/null
+++ b/tests/fixtures/error_ca_fmip.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
+ <S:Body>
+ <ns6:CreateCarryInResponse xmlns:ns2="http://asp.core.endpoint.ws.gsx.ist.apple.com/" xmlns:ns3="http://gsxws.apple.com/elements/core/asp" xmlns:ns4="http://gsxws.apple.com/elements/global" xmlns:ns5="http://gsxws.apple.com/elements/core" xmlns:ns6="http://gsxws.apple.com/elements/core/asp/emea">
+ <CreateCarryInResponse>
+ <operationId>n6SnRBjUSJWdf6YQBZ3WhLN</operationId>
+ <repairConfirmation>
+ <outCome>STOP</outCome>
+ <messages>A repair cannot be created for this product because Find My iPhone is active. Please have the customer turn off Find My iPhone before proceeding</messages>
+ </repairConfirmation>
+ </CreateCarryInResponse>
+ </ns6:CreateCarryInResponse>
+ </S:Body>
+</S:Envelope>