Created
September 26, 2022 14:47
-
-
Save aertan/afb09395e67acc3db7e74cab19a19459 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>Kartin son kullanma tarihi hatali.</faultstring> | |
| <faultactor>http://phaymobile.cardtekgroup/Tmm/CommonTypes</faultactor> | |
| <detail> | |
| <Detail xmlns="http://phaymobile.cardtekgroup/Tmm/CommonTypes"> | |
| <retrieval_reference_no>200003788090</retrieval_reference_no> | |
| <response_code>99</response_code> | |
| <response_desc>Kartin son kullanma tarihi hatali.</response_desc> | |
| <vpos_response_code>99</vpos_response_code> | |
| <vpos_response_message>Kartin son kullanma tarihi hatali.</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