Created
September 22, 2022 10:29
-
-
Save aertan/ed265e56a414fecb721d4fb56b7d396f 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
| { | |
| "root": { | |
| "Envelope": { | |
| "Body": { | |
| "Fault": { | |
| "faultcode": "soap:Client", | |
| "faultstring": "The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.", | |
| "faultactor": "http://phaymobile.cardtekgroup/Tmm/CommonTypes", | |
| "detail": { | |
| "Detail": { | |
| "retrieval_reference_no": "200007087951", | |
| "response_code": "1991", | |
| "response_desc": "The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing." | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "response": { | |
| "statusCode": 500, | |
| "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.</faultstring><faultactor>http://phaymobile.cardtekgroup/Tmm/CommonTypes</faultactor><detail><Detail xmlns=\"http://phaymobile.cardtekgroup/Tmm/CommonTypes\"><retrieval_reference_no>200007087951</retrieval_reference_no><response_code>1991</response_code><response_desc>The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.</response_desc></Detail></detail></soap:Fault></soap:Body></soap:Envelope>", | |
| "headers": { | |
| "cache-control": "private", | |
| "content-type": "text/xml; charset=utf-8", | |
| "server": "Microsoft-IIS/10.0", | |
| "x-aspnet-version": "4.0.30319", | |
| "x-powered-by": "ASP.NET, ASP.NET", | |
| "date": "Thu, 22 Sep 2022 10:09:25 GMT", | |
| "content-length": "797", | |
| "strict-transport-security": "max-age=157680000" | |
| }, | |
| "request": { | |
| "uri": { | |
| "protocol": "https:", | |
| "slashes": true, | |
| "auth": null, | |
| "host": "prod.masterpassturkiye.com", | |
| "port": 443, | |
| "hostname": "prod.masterpassturkiye.com", | |
| "hash": null, | |
| "search": null, | |
| "query": null, | |
| "pathname": "/MMIUIMasterPass_V2_LB/MerchantServices/MPGCommitPurchaseService.asmx", | |
| "path": "/MMIUIMasterPass_V2_LB/MerchantServices/MPGCommitPurchaseService.asmx", | |
| "href": "https://prod.masterpassturkiye.com/MMIUIMasterPass_V2_LB/MerchantServices/MPGCommitPurchaseService.asmx" | |
| }, | |
| "method": "POST", | |
| "headers": { | |
| "User-Agent": "node-soap/0.33.0", | |
| "Accept": "text/html,application/xhtml+xml,application/xml,text/xml;q=0.9,*/*;q=0.8", | |
| "Accept-Encoding": "none", | |
| "Accept-Charset": "utf-8", | |
| "Connection": "close", | |
| "Host": "prod.masterpassturkiye.com", | |
| "Content-Length": 6258, | |
| "Content-Type": "text/xml; charset=utf-8", | |
| "SOAPAction": "\"http://phaymobile.cardtekgroup/Tmm/CommitPurchase\"" | |
| } | |
| } | |
| }, | |
| "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?><soap:Envelope xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\"><soap:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.</faultstring><faultactor>http://phaymobile.cardtekgroup/Tmm/CommonTypes</faultactor><detail><Detail xmlns=\"http://phaymobile.cardtekgroup/Tmm/CommonTypes\"><retrieval_reference_no>200007087951</retrieval_reference_no><response_code>1991</response_code><response_desc>The request was canceled due to the configured HttpClient.Timeout of 10 seconds elapsing.</response_desc></Detail></detail></soap:Fault></soap:Body></soap:Envelope>" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment