p:http-request 126 (NW)

If no content-type is provided, multipart/mixed must be used.

Test nw-http-request-126.xml is expected to pass.

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

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 href="http://localhost:8246/service/check-multipart" method="post">
      <p:with-input>
         <p:inline>
            <doc1/>
         </p:inline>
         <p:inline>
            <doc2/>
         </p:inline>
      </p:with-input>
   </p:http-request>
</p:declare-step>
MorganaXProc passing XML Calabash passing

Schematron validation


<s:schema xmlns="http://www.w3.org/1999/xhtml" xmlns:err="http://www.w3.org/ns/xproc-error" xmlns:s="http://purl.oclc.org/dsdl/schematron" queryBinding="xslt2">
   <s:ns prefix="p" uri="http://www.w3.org/ns/xproc"/>
   <s:ns prefix="c" uri="http://www.w3.org/ns/xproc-step"/>
   <s:pattern>
      <s:rule context="/*">
         <s:assert test="self::check-multipart">The root is not check-multipart.</s:assert>
         <s:assert test="@content-type='multipart/mixed'">Wrong defualt content-type.</s:assert>
      </s:rule>
   </s:pattern>
</s:schema>

Revision history

09 Sep 2021, Norman Walsh

The default content-type for multipart requests is multipart/mixed