Tests p:http-request: Error needs to be raised if parameter has the wrong type.
Test ab-http-request-038.xml is expected to fail with error code err:XC0124
.
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-xml" parameters="map{'override-content-encoding' : 12}">
<p:with-input>
<p:empty/>
</p:with-input>
</p:http-request>
</p:declare-step>
Fixed test to recent changes.
Added new tests for p:http-request.