diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2013-12-20 12:35:28 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2013-12-20 12:35:28 +0100 |
commit | defceef8afef538555c13d33e344a89a828a3d97 (patch) | |
tree | 24b44f970f161d5b139dde501ca0f5d883f9fdea /src/main/resources/wsdl/misstork | |
download | egovutils-defceef8afef538555c13d33e344a89a828a3d97.tar.gz egovutils-defceef8afef538555c13d33e344a89a828a3d97.tar.bz2 egovutils-defceef8afef538555c13d33e344a89a828a3d97.zip |
inital
Diffstat (limited to 'src/main/resources/wsdl/misstork')
-rw-r--r-- | src/main/resources/wsdl/misstork/misstork-1.0.xsd | 77 | ||||
-rw-r--r-- | src/main/resources/wsdl/misstork/misstork.wsdl | 44 |
2 files changed, 121 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/misstork/misstork-1.0.xsd b/src/main/resources/wsdl/misstork/misstork-1.0.xsd new file mode 100644 index 0000000..9205483 --- /dev/null +++ b/src/main/resources/wsdl/misstork/misstork-1.0.xsd @@ -0,0 +1,77 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ms="http://reference.e-government.gv.at/namespace/misstork/20131126/xsd" xmlns:pr="http://reference.e-government.gv.at/namespace/persondata/20020228#" xmlns:mis="http://reference.e-government.gv.at/namespace/mandates/mis/1.0/xsd" targetNamespace="http://reference.e-government.gv.at/namespace/misstork/20131126/xsd" elementFormDefault="qualified" attributeFormDefault="unqualified" version="0.0.1"> + <xs:import namespace="http://reference.e-government.gv.at/namespace/persondata/20020228#" schemaLocation="../PersonData_20_en_moaWID.xsd"/> + <xs:import namespace="http://reference.e-government.gv.at/namespace/mandates/mis/1.0/xsd" schemaLocation="../mis/mis-1.0.3.xsd"/> + <xs:element name="MisStorkRequest"> + <xs:complexType> + <xs:choice> + <xs:sequence> + <xs:element name="StorkMandateType" type="xs:integer" minOccurs="1"/> + <xs:element ref="ms:MandatorType" minOccurs="1" maxOccurs="1"/> + <xs:element ref="mis:MandateIdentifiers" minOccurs="0"/> + </xs:sequence> + <xs:sequence> + <xs:element ref="ms:ReferenceValue" minOccurs="1" maxOccurs="1"/> + <xs:element name="MISMandateType" type="xs:string" minOccurs="1" maxOccurs="1"/> + <xs:element name="Mandator"> + <xs:complexType> + <xs:choice> + <xs:sequence> + <xs:element ref="pr:PhysicalPerson" minOccurs="1" maxOccurs="1"/> + </xs:sequence> + <xs:sequence> + <xs:element ref="pr:CorporateBody" minOccurs="1" maxOccurs="1"/> + </xs:sequence> + </xs:choice> + </xs:complexType> + </xs:element> + <xs:element name="Representative"> + <xs:complexType> + <xs:sequence> + <xs:element ref="pr:PhysicalPerson" minOccurs="1" maxOccurs="1"/> + </xs:sequence> + </xs:complexType> + </xs:element> + </xs:sequence> + </xs:choice> + </xs:complexType> + </xs:element> + <xs:element name="MisStorkResponse"> + <xs:complexType> + <xs:choice> + <xs:sequence> + <xs:element name="MISMandateType" type="xs:string" minOccurs="1" maxOccurs="1"/> + <xs:element ref="ms:ReferenceValue" minOccurs="1" maxOccurs="1"/> + <xs:element name="ERsBMandateType" type="xs:integer" minOccurs="0" maxOccurs="1"/> + </xs:sequence> + <xs:sequence> + <xs:element name="Mandate" type="xs:base64Binary" minOccurs="0" maxOccurs="unbounded"/> + </xs:sequence> + </xs:choice> + </xs:complexType> + </xs:element> + <xs:element name="MisStorkError"> + <xs:complexType> + <xs:sequence> + <xs:element name="ErrorCode"/> + <xs:element name="Info"/> + </xs:sequence> + </xs:complexType> + </xs:element> + <xs:element name="MandatorType"> + <xs:simpleType> + <xs:restriction base="xs:string"> + <xs:enumeration value="jur"/> + <xs:enumeration value="nat"/> + </xs:restriction> + </xs:simpleType> + </xs:element> + <xs:element name="ReferenceValue"> + <xs:simpleType> + <xs:restriction base="xs:token"> + <xs:minLength value="10"/> + <xs:maxLength value="100"/> + </xs:restriction> + </xs:simpleType> + </xs:element> +</xs:schema> diff --git a/src/main/resources/wsdl/misstork/misstork.wsdl b/src/main/resources/wsdl/misstork/misstork.wsdl new file mode 100644 index 0000000..615401c --- /dev/null +++ b/src/main/resources/wsdl/misstork/misstork.wsdl @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ms="http://reference.e-government.gv.at/namespace/misstork/20131126/xsd" xmlns:tns="http://reference.e-government.gv.at/namespace/misstork/20131126/wsdl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" name="misstork" targetNamespace="http://reference.e-government.gv.at/namespace/misstork/20131126/wsdl"> + <wsdl:types> + <xs:schema> + <xs:import namespace="http://reference.e-government.gv.at/namespace/misstork/20131126/xsd" schemaLocation="misstork-1.0.xsd"/> + </xs:schema> + </wsdl:types> + <wsdl:message name="MisStorkRequest"> + <wsdl:part name="MisStorkRequest" element="ms:MisStorkRequest"/> + </wsdl:message> + <wsdl:message name="MisStorkResponse"> + <wsdl:part name="MisStorkResponse" element="ms:MisStorkResponse"/> + </wsdl:message> + <wsdl:message name="MisStorkError"> + <wsdl:part name="MisStorkError" element="ms:MisStorkError"/> + </wsdl:message> + <wsdl:portType name="MISSTORKType"> + <wsdl:operation name="MISSTORKOperation"> + <wsdl:input message="tns:MisStorkRequest"/> + <wsdl:output message="tns:MisStorkResponse"/> + <wsdl:fault name="MISSTORKError" message="tns:MisStorkError"/> + </wsdl:operation> + </wsdl:portType> + <wsdl:binding name="MISSTORKBinding" type="tns:MISSTORKType"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + <wsdl:operation name="MISSTORKOperation"> + <soap:operation soapAction="ms:MISSTORKType#MISSTORKOperation" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + <wsdl:fault name="MISSTORKError"> + <soap:fault name="MISSTORKError" use="literal"/> + </wsdl:fault> + </wsdl:operation> + </wsdl:binding> + <wsdl:service name="MISSTORKService"> + <wsdl:port name="MISSTORKPort" binding="tns:MISSTORKBinding"> + <soap:address location="http://localhost:8000/szr-gateway/IdentityLinkCreation"/> + </wsdl:port> + </wsdl:service> +</wsdl:definitions> |