http-request-110 (AB)

Tests p:http-request: Error needs to be raised if transfer-encoding is not supported.

Test ab-http-request-110.xml is expected to fail with error code err:XC0131.

It requires the following features: p:http-request.

The pipeline


<p:declare-step xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:p="http://www.w3.org/ns/xproc" version="3.0">
   <p:output port="result"/>
   <p:http-request href="http://localhost:8246/service/fixed-xml" headers="map{'transfer-encoding' : 'not-supported'}">
      <p:with-input>
         <p:empty/>
      </p:with-input>
   </p:http-request>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Revision history

02 Feb 2020, Achim Berndzen

Added new tests for p:http-request.