Created
September 16, 2014 20:56
-
-
Save davetapley/7640407b7c18bb116fad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I, [2014-09-16T13:53:52.616946 #17989] INFO -- : SOAP request: http://127.0.0.1:8080/index.php/api/v2_soap/index/ | |
I, [2014-09-16T13:53:52.617093 #17989] INFO -- : SOAPAction: "urn:Mage_Api_Model_Server_V2_HandlerAction", Content-Type: text/xml;charset=UTF-8, Content-Length: 583 | |
D, [2014-09-16T13:53:52.617162 #17989] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:typens="urn:Magento" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><typens:shoppingCartCustomerSet><sessionId>f64157706ed396c47e3ed0c461498c30</sessionId><quoteId>2</quoteId><customerData><firstname>testFirstname</firstname><lastname>testLastName</lastname><email>[email protected]</email><mode>guest</mode><website_id>0</website_id></customerData></typens:shoppingCartCustomerSet></env:Body></env:Envelope> | |
D, [2014-09-16T13:53:52.617332 #17989] DEBUG -- : HTTPI POST request to 127.0.0.1 (net_http) | |
I, [2014-09-16T13:54:02.469991 #17989] INFO -- : SOAP response (status 200) | |
D, [2014-09-16T13:54:02.470103 #17989] DEBUG -- : <?xml version="1.0" encoding="UTF-8"?> | |
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> | |
<SOAP-ENV:Body> | |
<SOAP-ENV:Fault> | |
<faultcode>1045</faultcode> | |
<faultstring>Customer's mode is unknown</faultstring> | |
</SOAP-ENV:Fault> | |
</SOAP-ENV:Body> | |
</SOAP-ENV:Envelope> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:typens="urn:Magento" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"><env:Body><typens:shoppingCartCustomerSet><sessionId>f64157706ed396c47e3ed0c461498c30</sessionId><quoteId>2</quoteId><customerData><firstname>testFirstname</firstname><lastname>testLastName</lastname><email>[email protected]</email><mode>guest</mode><website_id>0</website_id></customerData></typens:shoppingCartCustomerSet></env:Body></env:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment