Created
October 21, 2014 10:42
-
-
Save ngnguyen1/9102a88d35174e3dbf7f to your computer and use it in GitHub Desktop.
Error soap request
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
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <soapenv:Body> | |
| <soapenv:Fault> | |
| <faultcode>DATA_EMPTY</faultcode> | |
| <faultstring>Không tìm thấy danh sách địa điểm!</faultstring> | |
| </soapenv:Fault> | |
| </soapenv:Body> | |
| </soapenv:Envelope> |
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
| <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <soapenv:Header/> | |
| <soapenv:Body> | |
| <GetServices> | |
| <services> | |
| <service><id>1</id><name>Vé xe khách</name></service> | |
| <service><id>2</id><name>Vé tàu hỏa</name></service> | |
| <service><id>3</id><name>Vé tàu cao tốc</name></service> | |
| </services> | |
| </GetServices> | |
| </soapenv:Body> | |
| </soapenv:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment