Created
September 26, 2022 14:49
-
-
Save aertan/d3804ff0c9048c702775ea8920838b7d 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
| <?xml version="1.0" encoding="utf-8"?> | |
| <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <soap:Body> | |
| <soap:Fault> | |
| <faultcode>soap:Client</faultcode> | |
| <faultstring>İşleminiz zaman aşımına uğramıştır. Tekrar deneyiniz.</faultstring> | |
| <faultactor>http://phaymobile.cardtekgroup/Tmm/CommonTypes</faultactor> | |
| <detail> | |
| <Detail xmlns="http://phaymobile.cardtekgroup/Tmm/CommonTypes"> | |
| <retrieval_reference_no>200006120706</retrieval_reference_no> | |
| <response_code>99</response_code> | |
| <response_desc>İşleminiz zaman aşımına uğramıştır. Tekrar deneyiniz.</response_desc> | |
| <vpos_response_code>99</vpos_response_code> | |
| <vpos_response_message>İşleminiz zaman aşımına uğramıştır. Tekrar deneyiniz.</vpos_response_message> | |
| </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