Created
March 25, 2012 01:38
-
-
Save pulkitsinghal/2190648 to your computer and use it in GitHub Desktop.
Mobile Device is ready for use
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
| 2012-03-22 20:40:45.869 Reachability Flag Status: -R -----l- networkStatusForFlags | |
| 2012-03-22 20:40:45.873 Reachability Flag Status: -R -----l- networkStatusForFlags | |
| 2012-03-22 20:40:45.875 paymentSuccessWithKey 999000111 | |
| 2012-03-22 20:40:45.881 date == "03/22/12 08:40 PM" AND payKey == "999000111" | |
| 2012-03-22 20:40:45.889 name == "berkeley" | |
| 2012-03-22 20:40:45.893 The Store already exists. | |
| 2012-03-22 20:40:45.914 paymentLibraryExit | |
| 2012-03-22 20:40:47.391 Mobile Device Login Response | |
| 2012-03-22 20:40:47.392 <?xml version="1.0" encoding="utf-8"?><mobileDeviceRegistrationResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><messages><resultCode>Ok</resultCode><message><code>I00006</code><text>The mobile device is approved and ready for use.</text></message></messages></mobileDeviceRegistrationResponse> | |
| namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute | |
| ttp://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" | |
| ^ | |
| 2012-03-22 20:40:47.394 Error = (null) | |
| 2012-03-22 20:40:47.395 Message: | |
| Message.code = I00006 | |
| Message.text = The mobile device is approved and ready for use. | |
| Message.description = (null) | |
| 2012-03-22 20:40:47.396 Messages: | |
| Messages.resultCode = Ok | |
| Messages.message = ( | |
| "Message.code = I00006\nMessage.text = The mobile device is approved and ready for use.\nMessage.description = (null)\n" | |
| ) | |
| 2012-03-22 20:40:47.397 MerchantContact = MerchantContact.merchantName = (null) | |
| MerchantContact.merchantAddress = (null) | |
| MerchantContact.merchantCity = (null) | |
| MerchantContact.merchantState = (null) | |
| MerchantContact.merchantZip = (null) | |
| MerchantContact.merchantPhone = (null) | |
| 2012-03-22 20:40:47.398 MobileDeviceLoginResponse: MobileDeviceLoginResponse.anetApiResponse = ANetApiResponse.refId = (null) | |
| ANetApiResponse.messages = Messages.resultCode = Ok | |
| Messages.message = ( | |
| "Message.code = I00006\nMessage.text = The mobile device is approved and ready for use.\nMessage.description = (null)\n" | |
| ) | |
| MobileDeviceLoginResponse.sessionToken = (null) | |
| MobileDeviceLoginResponse.merchantContact = MerchantContact.merchantName = (null) | |
| MerchantContact.merchantAddress = (null) | |
| MerchantContact.merchantCity = (null) | |
| MerchantContact.merchantState = (null) | |
| MerchantContact.merchantZip = (null) | |
| MerchantContact.merchantPhone = (null) | |
| MobileDeviceLoginResponse.userPermissions = ( | |
| ) | |
| 2012-03-22 20:40:47.401 Reachability Flag Status: -R -----l- networkStatusForFlags | |
| 2012-03-22 20:40:47.403 Create Transaction Request: <?xml version="1.0" encoding="utf-8"?><createTransactionRequest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><merchantAuthentication></merchantAuthentication><transactionRequest><transactionType>authCaptureTransaction</transactionType><amount>1.00</amount><payment><creditCard><cardNumber>4111111111111111</cardNumber><expirationDate>1212</expirationDate><cardCode>100</cardCode></creditCard></payment><order></order><lineItems><lineItem><itemId>1</itemId><name>Soda</name><description>Soda</description><quantity>1</quantity><unitPrice>1.00</unitPrice><taxable>false</taxable></lineItem></lineItems><tax><amount>0</amount><name>Tax</name></tax><shipping><amount>0</amount><name>Shipping</name></shipping><customer></customer><billTo></billTo><shipTo></shipTo><transactionSettings></transactionSettings><userFields></userFields></transactionRequest></createTransactionRequest> | |
| 2012-03-22 20:40:47.685 Create Transaction response | |
| 2012-03-22 20:40:47.686 <?xml version="1.0" encoding="utf-8"?><ErrorResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><messages><resultCode>Error</resultCode><message><code>E00003</code><text>The element 'merchantAuthentication' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'name, transactionKey, sessionToken, password' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.</text></message></messages></ErrorResponse> | |
| namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute | |
| ttp://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" | |
| ^ | |
| 2012-03-22 20:40:47.687 Error = (null) | |
| 2012-03-22 20:40:47.688 Message: | |
| Message.code = E00003 | |
| Message.text = The element 'merchantAuthentication' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'name, transactionKey, sessionToken, password' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'. | |
| Message.description = (null) | |
| 2012-03-22 20:40:47.689 Messages: | |
| Messages.resultCode = Error | |
| Messages.message = ( | |
| "Message.code = E00003\nMessage.text = The element 'merchantAuthentication' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'name, transactionKey, sessionToken, password' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.\nMessage.description = (null)\n" | |
| ) | |
| 2012-03-22 20:40:47.690 Messages: | |
| Messages.resultCode = (null) | |
| Messages.message = ( | |
| ) | |
| 2012-03-22 20:40:47.691 SplitTenderPayment = SplitTenderPayment.transId = (null) | |
| SplitTenderPayment.responseCode = (null) | |
| SplitTenderPayment.responseToCustomer = (null) | |
| SplitTenderPayment.authCode = (null) | |
| SplitTenderPayment.accountNumber = (null) | |
| SplitTenderPayment.accountType = (null) | |
| SplitTenderPayment.requestedAmount = (null) | |
| SplitTenderPayment.approvedAmount = (null) | |
| SplitTenderPayment.balanceOnCard = (null) | |
| 2012-03-22 20:40:47.692 CreateTransactionResponse: createTransactionResponse.anetAPIResponse = ANetApiResponse.refId = (null) | |
| ANetApiResponse.messages = Messages.resultCode = Error | |
| Messages.message = ( | |
| "Message.code = E00003\nMessage.text = The element 'merchantAuthentication' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'name, transactionKey, sessionToken, password' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.\nMessage.description = (null)\n" | |
| ) | |
| createTransactionResponse.transactionResponse = TransactionResponse.responseCode = (null) | |
| TransactionResponse.authCode = (null) | |
| TransactionResponse.avsResultCode = (null) | |
| TransactionResponse.cvvResultCode = (null) | |
| TransactionResponse.cavvResultCode = (null) | |
| TransactionResponse.transId = (null) | |
| TransactionResponse.refTransID = (null) | |
| TransactionResponse.transHash = (null) | |
| TransactionResponse.testRequest = (null) | |
| TransactionResponse.accountNumber = (null) | |
| TransactionResponse.accountType = (null) | |
| TransactionResponse.splitTenderId = (null) | |
| TransactionResponse.messages = Messages.resultCode = (null) | |
| Messages.message = ( | |
| ) | |
| TransactionResponse.errors = ( | |
| ) | |
| TransactionResponse.splitTenderPayment = SplitTenderPayment.transId = (null) | |
| SplitTenderPayment.responseCode = (null) | |
| SplitTenderPayment.responseToCustomer = (null) | |
| SplitTenderPayment.authCode = (null) | |
| SplitTenderPayment.accountNumber = (null) | |
| SplitTenderPayment.accountType = (null) | |
| SplitTenderPayment.requestedAmount = (null) | |
| SplitTenderPayment.approvedAmount = (null) | |
| SplitTenderPayment.balanceOnCard = (null) | |
| TransactionResponse.userFields = ( | |
| ) | |
| createTransactionResponse.sessionToken = (null) | |
| 2012-03-22 20:40:47.695 createTransactionResponse.anetAPIResponse = ANetApiResponse.refId = (null) | |
| ANetApiResponse.messages = Messages.resultCode = Error | |
| Messages.message = ( | |
| "Message.code = E00003\nMessage.text = The element 'merchantAuthentication' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'name, transactionKey, sessionToken, password' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.\nMessage.description = (null)\n" | |
| ) | |
| createTransactionResponse.transactionResponse = TransactionResponse.responseCode = (null) | |
| TransactionResponse.authCode = (null) | |
| TransactionResponse.avsResultCode = (null) | |
| TransactionResponse.cvvResultCode = (null) | |
| TransactionResponse.cavvResultCode = (null) | |
| TransactionResponse.transId = (null) | |
| TransactionResponse.refTransID = (null) | |
| TransactionResponse.transHash = (null) | |
| TransactionResponse.testRequest = (null) | |
| TransactionResponse.accountNumber = (null) | |
| TransactionResponse.accountType = (null) | |
| TransactionResponse.splitTenderId = (null) | |
| TransactionResponse.messages = Messages.resultCode = (null) | |
| Messages.message = ( | |
| ) | |
| TransactionResponse.errors = ( | |
| ) | |
| TransactionResponse.splitTenderPayment = SplitTenderPayment.transId = (null) | |
| SplitTenderPayment.responseCode = (null) | |
| SplitTenderPayment.responseToCustomer = (null) | |
| SplitTenderPayment.authCode = (null) | |
| SplitTenderPayment.accountNumber = (null) | |
| SplitTenderPayment.accountType = (null) | |
| SplitTenderPayment.requestedAmount = (null) | |
| SplitTenderPayment.approvedAmount = (null) | |
| SplitTenderPayment.balanceOnCard = (null) | |
| TransactionResponse.userFields = ( | |
| ) | |
| createTransactionResponse.sessionToken = (null) |
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
| 2012-03-22 20:40:47.398 MobileDeviceLoginResponse: MobileDeviceLoginResponse.anetApiResponse = ANetApiResponse.refId = (null) | |
| ANetApiResponse.messages = Messages.resultCode = Ok | |
| Messages.message = ( | |
| "Message.code = I00006 | |
| Message.text = The mobile device is approved and ready for use. | |
| Message.description = (null)\n" | |
| ) | |
| MobileDeviceLoginResponse.sessionToken = (null) | |
| ... | |
| <ErrorResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> | |
| <messages> | |
| <resultCode>Error</resultCode> | |
| <message> | |
| <code>E00003</code> | |
| <text> | |
| The element 'merchantAuthentication' in namespace | |
| 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' | |
| has incomplete content. List of possible elements expected: | |
| 'name, transactionKey, sessionToken, password' in namespace | |
| 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'.</text> | |
| </message> | |
| </messages> | |
| </ErrorResponse> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment