diff options
| author | Thomas <> | 2024-06-24 10:17:24 +0200 |
|---|---|---|
| committer | Thomas <> | 2024-06-24 10:17:24 +0200 |
| commit | fd744d0c94decfcba938e354c7b9a29022325d1d (patch) | |
| tree | f93567d2c20de6bf366230dad675d9261ec65b9a /pdf-as-moa/src/main/resources | |
| parent | 66a3daa659bf4eb51d81530af9dfcf33c538ddd7 (diff) | |
| download | pdf-as-4-fd744d0c94decfcba938e354c7b9a29022325d1d.tar.gz pdf-as-4-fd744d0c94decfcba938e354c7b9a29022325d1d.tar.bz2 pdf-as-4-fd744d0c94decfcba938e354c7b9a29022325d1d.zip | |
feat(moa): allow SOAP MTOM mode for file transfer
Diffstat (limited to 'pdf-as-moa/src/main/resources')
| -rw-r--r-- | pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd b/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd index d82fe3d1..51d9fe06 100644 --- a/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd +++ b/pdf-as-moa/src/main/resources/wsdl/MOA-SPSS-3.1.2.xsd @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- MOA SP/SS 2.0.0 Schema --> -<xsd:schema xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://reference.e-government.gv.at/namespace/moa/20020822#" targetNamespace="http://reference.e-government.gv.at/namespace/moa/20020822#" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2"> +<xsd:schema xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xmime="http://www.w3.org/2005/05/xmlmime" + xmlns="http://reference.e-government.gv.at/namespace/moa/20020822#" + targetNamespace="http://reference.e-government.gv.at/namespace/moa/20020822#" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.2"> <xsd:import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="./W3C-XMLDSig.xsd"/> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="./xml.xsd"/> <!--########## Create CMS Signature ### --> @@ -557,7 +561,8 @@ <xsd:complexContent> <xsd:restriction base="ContentOptionalRefType"> <xsd:choice minOccurs="0"> - <xsd:element name="Base64Content" type="xsd:base64Binary"/> + <xsd:element name="Base64Content" type="xsd:base64Binary" + xmime:expectedContentTypes="application/octet-stream"/> </xsd:choice> </xsd:restriction> </xsd:complexContent> |
