diff options
Diffstat (limited to 'responses/FetchProductModel.xml')
-rw-r--r-- | responses/FetchProductModel.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/responses/FetchProductModel.xml b/responses/FetchProductModel.xml new file mode 100644 index 0000000..0ccd304 --- /dev/null +++ b/responses/FetchProductModel.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:FetchProductModelResponse> + <FetchProductModelResponse> + <operationId>1234</operationId> + <productModelResponse> + <productLine>IMAC</productLine> + <configCode>Y7K</configCode> + <configDescription>iMac (20-inch, Early 2009)</configDescription> + </productModelResponse> + </FetchProductModelResponse> + </glob:FetchProductModelResponse> + </soapenv:Body> +</soapenv:Envelope> |