Skip to content

Instantly share code, notes, and snippets.

@ngnguyen1
Created October 21, 2014 10:42
Show Gist options
  • Select an option

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

Select an option

Save ngnguyen1/9102a88d35174e3dbf7f to your computer and use it in GitHub Desktop.
Error soap request
<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>
<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