diff options
Diffstat (limited to 'src/main/resources/zusetnvz/zuse2tnvz_p2.wsdl')
-rw-r--r-- | src/main/resources/zusetnvz/zuse2tnvz_p2.wsdl | 103 |
1 files changed, 103 insertions, 0 deletions
diff --git a/src/main/resources/zusetnvz/zuse2tnvz_p2.wsdl b/src/main/resources/zusetnvz/zuse2tnvz_p2.wsdl new file mode 100644 index 0000000..9501552 --- /dev/null +++ b/src/main/resources/zusetnvz/zuse2tnvz_p2.wsdl @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:tnvz="http://reference.e-government.gv.at/namespace/zustellung/tnvz/phase2/20181206#" xmlns:service="http://reference.e-government.gv.at/namespace/zustellung/tnvz-service/phase2/20181206#" xmlns:p="http://reference.e-government.gv.at/namespace/persondata/phase2/20181206#" xmlns:msg="http://reference.e-government.gv.at/namespace/zustellung/msg/phase2/20181206#" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#" xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" targetNamespace="http://reference.e-government.gv.at/namespace/zustellung/tnvz-service/phase2/20181206#"> + <wsdl:types> + <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" elementFormDefault="qualified" attributeFormDefault="unqualified" vc:minVersion="1.1" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"> + <xs:import namespace="http://reference.e-government.gv.at/namespace/zustellung/tnvz/phase2/20181206#" schemaLocation="zusetnvz_p2.xsd"/> + </xs:schema> + </wsdl:types> + <wsdl:message name="GetVersionRequest"> + <wsdl:part name="GetVersionRequest" element="tnvz:GetVersionRequest"> + </wsdl:part> + </wsdl:message> + <wsdl:message name="GetVersionResponse"> + <wsdl:part name="GetVersionResponse" element="tnvz:GetVersionResponse"> + </wsdl:part> + </wsdl:message> + <wsdl:message name="GetInfoRequest"> + <wsdl:part name="GetInfoRequest" element="tnvz:GetInfoRequest"> + </wsdl:part> + </wsdl:message> + <wsdl:message name="GetInfoResponse"> + <wsdl:part name="GetInfoResponse" element="tnvz:GetInfoResponse"> + </wsdl:part> + </wsdl:message> + <wsdl:message name="QueryPersonRequest"> + <wsdl:part name="QueryPersonRequest" element="tnvz:QueryPersonRequest"> + </wsdl:part> + </wsdl:message> + <wsdl:message name="QueryPersonResponse"> + <wsdl:part name="QueryPersonResponse" element="tnvz:QueryPersonResponse"> + </wsdl:part> + </wsdl:message> + <wsdl:message name="QueryAddressabilityRequest"> + <wsdl:part name="QueryAddressabilityRequest" element="tnvz:QueryAddressabilityRequest"> + </wsdl:part> + </wsdl:message> + <wsdl:message name="QueryAddressabilityResponse"> + <wsdl:part name="QueryAddressabilityResponse" element="tnvz:QueryAddressabilityResponse"> + </wsdl:part> + </wsdl:message> + <wsdl:portType name="TNVZServicePort"> + <wsdl:operation name="GetVersion"> + <wsdl:input name="GetVersionRequest" message="service:GetVersionRequest"/> + <wsdl:output name="GetVersionResponse" message="service:GetVersionResponse"/> + </wsdl:operation> + <wsdl:operation name="GetInfo"> + <wsdl:input name="GetInfoRequest" message="service:GetInfoRequest"/> + <wsdl:output name="GetInfoResponse" message="service:GetInfoResponse"/> + </wsdl:operation> + <wsdl:operation name="QueryPerson"> + <wsdl:input name="QueryPersonRequest" message="service:QueryPersonRequest"/> + <wsdl:output name="QueryPersonResponse" message="service:QueryPersonResponse"/> + </wsdl:operation> + <wsdl:operation name="QueryAddressability"> + <wsdl:input name="QueryAddressabilityRequest" message="service:QueryAddressabilityRequest"/> + <wsdl:output name="QueryAddressabilityResponse" message="service:QueryAddressabilityResponse"/> + </wsdl:operation> + </wsdl:portType> + <wsdl:binding name="TNVZServicePortSoap12" type="service:TNVZServicePort"> + <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + <wsdl:operation name="GetVersion"> + <soap12:operation soapAction="GetVersion" soapActionRequired="false"/> + <wsdl:input name="GetVersionRequest"> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output name="GetVersionResponse"> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="GetInfo"> + <soap12:operation soapAction="GetInfo" soapActionRequired="false"/> + <wsdl:input name="GetInfoRequest"> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output name="GetInfoResponse"> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="QueryPerson"> + <soap12:operation soapAction="QueryPerson" soapActionRequired="false" style="document"/> + <wsdl:input name="QueryPersonRequest"> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output name="QueryPersonResponse"> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <wsdl:operation name="QueryAddressability"> + <soap12:operation soapAction="QueryAddressability" soapActionRequired="false" style="document"/> + <wsdl:input name="QueryAddressabilityRequest"> + <soap12:body use="literal"/> + </wsdl:input> + <wsdl:output name="QueryAddressabilityResponse"> + <soap12:body use="literal"/> + </wsdl:output> + </wsdl:operation> + <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + </wsdl:binding> + <wsdl:service name="TNVZServicePortService"> + <wsdl:port name="TNVZServicePortSoap12" binding="service:TNVZServicePortSoap12"> + <soap12:address location="/tnvzservice"/> + </wsdl:port> + </wsdl:service> +</wsdl:definitions> |