|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Service -->
|
|
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:ns="http://schemas.xmlsoap.org/soap/encoding/"
|
|
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
|
|
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
xmlns:osci="http://www.osci.de/2006/07/wsdl/"
|
|
xmlns:tpl="http://www.dvdv.de/dvdv/template/"
|
|
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
|
|
xmlns:tns="xAmtshilfe111/xamt111VEInformation.wsdl"
|
|
xmlns:xamt="xAmtshilfe111"
|
|
name="xamt111VEInformation"
|
|
targetNamespace="xAmtshilfe111/xamt111VEInformation.wsdl"
|
|
xsi:schemaLocation="http://schemas.xmlsoap.org/wsdl/ http://schemas.xmlsoap.org/wsdl/">
|
|
<documentation><![CDATA[<html>
|
|
<ul>
|
|
<li>xamt:vollstreckungshilfe.Information.999</li>
|
|
</ul>
|
|
</html>]]></documentation>
|
|
<import namespace="http://www.osci.de/2006/07/wsdl/"
|
|
location="http://www.osci.de/wsdl-osci-binding/WSDL-OSCI-Binding_1.2.xsd"/>
|
|
<import namespace="xAmtshilfe111"
|
|
location="https://projekte.sakd.de/projects/xamtshilfe-1-1-1/filesxamtshilfe-vollstreckungshilfe.xsd"/>
|
|
<message name="veinformationNachricht">
|
|
<part name="veinformationNachricht"
|
|
element="xamt:vollstreckungshilfe.Information.999"/>
|
|
<part name="optionaleNachricht" type="xs:anyType"/>
|
|
</message>
|
|
<portType name="osciVEInformationInterface">
|
|
<operation name="sendeVEInformation">
|
|
<input message="tns:veinformationNachricht"/>
|
|
</operation>
|
|
</portType>
|
|
<binding name="osciBinding" type="tns:osciVEInformationInterface">
|
|
<osci:binding signatureLevel="none" encrypted="true">
|
|
<osci:reader name="Inhaltsdaten-Verschlüsselungszertifikat">
|
|
<tpl:certificate/>
|
|
</osci:reader>
|
|
</osci:binding>
|
|
<!-- Vorbelegung der Richtlinien zur Signatur und Verschlüsselung der Nutzdaten für alle Operationen -->
|
|
<operation name="sendeVEInformation">
|
|
<osci:operation communicationType="one-way-active" subject="XAmt 1.1.1 VEInformation"/>
|
|
<input>
|
|
<osci:container signatureLevel="advanced"
|
|
encrypted="true"
|
|
name="XAMTSHILFE_DATA"
|
|
required="true">
|
|
<osci:readerRef ref="Inhaltsdaten-Verschlüsselungszertifikat"/>
|
|
<osci:part>
|
|
<osci:content part="tns:veinformationNachricht"/>
|
|
</osci:part>
|
|
</osci:container>
|
|
<osci:container signatureLevel="none" encrypted="false" required="false">
|
|
<osci:part>
|
|
<osci:content part="tns:optionaleNachricht"/>
|
|
</osci:part>
|
|
</osci:container>
|
|
</input>
|
|
</operation>
|
|
</binding>
|
|
<service name="osciVEInformationService"><!-- OSCI Infrastrukturserver -->
|
|
<osci:devices>
|
|
<osci:intermediary uri="" name="InternetIntermediär">
|
|
<osci:signatureCertificate>
|
|
<tpl:certificate/>
|
|
</osci:signatureCertificate>
|
|
<osci:cipherCertificate>
|
|
<tpl:certificate/>
|
|
</osci:cipherCertificate>
|
|
</osci:intermediary>
|
|
<osci:intermediary uri="" name="TESTAIntermediär">
|
|
<osci:signatureCertificate>
|
|
<tpl:certificate/>
|
|
</osci:signatureCertificate>
|
|
<osci:cipherCertificate>
|
|
<tpl:certificate/>
|
|
</osci:cipherCertificate>
|
|
</osci:intermediary>
|
|
<osci:addressee name="InternetEmpfänger">
|
|
<osci:cipherCertificate>
|
|
<tpl:certificate/>
|
|
</osci:cipherCertificate>
|
|
</osci:addressee>
|
|
<osci:addressee name="TESTAEmpfänger">
|
|
<osci:cipherCertificate>
|
|
<tpl:certificate/>
|
|
</osci:cipherCertificate>
|
|
</osci:addressee>
|
|
</osci:devices>
|
|
<!-- Endpunkt im Internet -->
|
|
<port name="osciVEInformationInternetPort" binding="tns:osciBinding">
|
|
<documentation>
|
|
<tpl:use>required</tpl:use> Dieser Port ist nicht optional </documentation>
|
|
<osci:address>
|
|
<osci:intermediaryRef ref="InternetIntermediär"/>
|
|
<osci:addresseeRef ref="InternetEmpfänger"/>
|
|
</osci:address>
|
|
</port>
|
|
<!-- Endpunkt im TESTA -->
|
|
<port name="osciVEInformationTestaPort" binding="tns:osciBinding">
|
|
<documentation>
|
|
<tpl:use>optional</tpl:use> Dieser Port ist optional </documentation>
|
|
<osci:address>
|
|
<osci:intermediaryRef ref="TESTAIntermediär"/>
|
|
<osci:addresseeRef ref="TESTAEmpfänger"/>
|
|
</osci:address>
|
|
</port>
|
|
</service>
|
|
</definitions>
|