Skip to content

Instantly share code, notes, and snippets.

@xcommerce-gists
Created February 26, 2014 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xcommerce-gists/9240428 to your computer and use it in GitHub Desktop.
Save xcommerce-gists/9240428 to your computer and use it in GitHub Desktop.
Temporary Magento gist
<env:Envelope xmlns:env="http://www.w3.org/2003/05/soap-envelope"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:m="http://magento.com">
<env:Body>
<env:Fault>
<env:Code>
<env:Value>env:Sender</env:Value>
</env:Code>
<env:Reason>
<env:Text xml:lang="en">Invalid Quantity</env:Text>
</env:Reason>
<env:Detail>
<m:ErrorDetails>
<m:Parameters>
<m:parameterA>product</m:parameterA>
<m:parameterB>email</m:parameterB>
</m:Parameters>
<m:Code>3100</m:Code>
</m:ErrorDetails>
</env:Detail>
</env:Fault>
</env:Body>
</env:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment