Tests p:http-request: get with multi-part response, parameter 'accept-multipart' set to false, so error expected. (Settigs for 'status-only' doesn't matter here.)
Test ab-http-request-053.xml is expected to fail with error code err:XC0125
.
It requires the following features: p:http-request.
<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-multipart" parameters="map{'accept-multipart' : false(), 'status-only' : true()}">
<p:with-input>
<p:empty/>
</p:with-input>
</p:http-request>
</p:declare-step>
Changed name of key.
Added new tests for p:http-request.