nw-step-timeout-001

Test step timeout on an atomic step.

Test nw-step-timeout-001.xml is expected to fail with error code err:XD0053.

It requires the following features: p:http-request or timeout-support.

The pipeline


<p:declare-step xmlns:c="http://www.w3.org/ns/xproc-step" xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" xmlns:xs="http://www.w3.org/2001/XMLSchema" exclude-inline-prefixes="c xs" version="3.0">
   <p:output port="result"/>
   <p:http-request method="get" timeout="2" href="http://localhost:8246/service/slow" assert="true()">
      <p:with-input>
         <p:empty/>
      </p:with-input>
   </p:http-request>
</p:declare-step>

Revision history

26 Dec 2024, Norman Walsh

Initial commit.