Created
October 21, 2014 12:48
-
-
Save ngnguyen1/a1d8e375e83c1128b8d7 to your computer and use it in GitHub Desktop.
info 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
| #!/bin/sh | |
| curl --header "Content-Type: text/xml;charset=UTF-8" --header "SOAPAction:GetServices" --data @soap_getservices.xml http://bus.hlink.vn/webservice/Server.php |
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/"> | |
| <soap:Body> | |
| <GetStation> | |
| <service_id>1</service_id> | |
| <start_id>114</start_id> | |
| </GetStation> | |
| </soap:Body> | |
| </soap:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment