<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <soapenv:Body>
    <getAdvice xmlns:ns2="http://jaws.nsb.no" xmlns:ns1="http://info.backend.data.nsb.no" xsi:type="ns1:GetAdvices">
      <in0 xsi:type="ns2:MultiTravelAdviceRequest">
        <ns2:fromStation  xsi:type="ns2:Station">
          <ns2:abbrev xsi:type="xsd:string">7600100</ns2:abbrev>
        </ns2:fromStation>
        <ns2:locale type="xsd:string">NO</ns2:locale>
        <ns2:toStation xsi:type="ns2:Station">
          <ns2:abbrev xsi:type="xsd:string">7601126</ns2:abbrev>       
        </ns2:toStation>
        <ns2:queryDate xsi:type="xsd:dateTime">2006-10-08T12:00:00</ns2:queryDate> 
      </in0>
    </getAdvice>
  </soapenv:Body>
</soapenv:Envelope>

