Created
September 26, 2022 14:48
-
-
Save aertan/7a9c3b2cdd883a1b76ab546077b23c30 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>Bu siparis numarasi ile zaten basarili bir siparis var.</faultstring> | |
| <faultactor>http://phaymobile.cardtekgroup/Tmm/CommonTypes</faultactor> | |
| <detail> | |
| <Detail xmlns="http://phaymobile.cardtekgroup/Tmm/CommonTypes"> | |
| <retrieval_reference_no>200004562310</retrieval_reference_no> | |
| <response_code>99</response_code> | |
| <response_desc>Bu siparis numarasi ile zaten basarili bir siparis var.</response_desc> | |
| <vpos_response_code>99</vpos_response_code> | |
| <vpos_response_message>Bu siparis numarasi ile zaten basarili bir siparis var.</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