Skip to content

Instantly share code, notes, and snippets.

@ngnguyen1
Created October 21, 2014 12:48
Show Gist options
  • Select an option

  • Save ngnguyen1/a1d8e375e83c1128b8d7 to your computer and use it in GitHub Desktop.

Select an option

Save ngnguyen1/a1d8e375e83c1128b8d7 to your computer and use it in GitHub Desktop.
info request
#!/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
<?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