<?xml version="1.0" encoding="utf-8"?>
<test:script xmlns:test="urn:hatatap">
  <test:param name="url" default="http://localhost:8080/broker/Responder"/>

  <test:send url="{$url}">
    <se:Envelope xmlns:se="http://schemas.xmlsoap.org/soap/envelope/">
      <se:Header>
        <to url="url: {$url}">url: {$url}</to>
      </se:Header>
      <se:Body>
        <ac:RetrieveRq xmlns="http://www.ACORD.org/Standards/AcordMsgSvc/Outbox" 
		       xmlns:ac="http://www.ACORD.org/Standards/AcordMsgSvc/1.0.0">
          <ac:Timestamp>1069080145403</ac:Timestamp>
        </ac:RetrieveRq>
      </se:Body>
    </se:Envelope>
  </test:send>

  <test:verify response-code="200"/>
  <test:verify content-type="text/xml"/>

</test:script>