diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-03-25 12:11:34 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2014-03-25 12:11:34 +0100 |
commit | 107930978eefc7234e99bbccd483f4da3a690c0d (patch) | |
tree | feef5d6db47dada6cb9df3333bebfa8fdb13db29 /src/main/resources/wsdl/ur_V5/URSucheService.wsdl | |
parent | 655d20aa34b819720b20165dc6aeea032df224cc (diff) | |
download | egovutils-107930978eefc7234e99bbccd483f4da3a690c0d.tar.gz egovutils-107930978eefc7234e99bbccd483f4da3a690c0d.tar.bz2 egovutils-107930978eefc7234e99bbccd483f4da3a690c0d.zip |
add UR Client version 5
remove UR Client version 1
change egovutils version to 1.0.5
Diffstat (limited to 'src/main/resources/wsdl/ur_V5/URSucheService.wsdl')
-rw-r--r-- | src/main/resources/wsdl/ur_V5/URSucheService.wsdl | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/ur_V5/URSucheService.wsdl b/src/main/resources/wsdl/ur_V5/URSucheService.wsdl new file mode 100644 index 0000000..0e1e8d5 --- /dev/null +++ b/src/main/resources/wsdl/ur_V5/URSucheService.wsdl @@ -0,0 +1,153 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + Anpassungen für URV URSuche v5.0 + ================================ + 2014-03-04 sml FunktionVollzug: Kardinalität FktRegel auf "unbounded" geändert (URV-486, URV-471) + 2014-03-10 sml SucheUnternehmenNachBpkResponse: Befüllung Identification PNR, FktRegel: FktRegelVon + FktRegelBis (URV-471) + + Anpassungen für URV URSuche v4.0 + ================================ + 2013-11-12 sml Überarbeitung SOAPFaults: XmlSwFault, CustomFault + 2013-11-04 sml Zusatzdaten: Dubletten Block hinzugefügt (STAT.AT internal use only) (URV-438) + 2013-11-04 sml SucheUnternehmenNachIdRequest, SucheUnternehmenNachIdsRequest: sek hinzugefügt (URV-445) + 2013-11-04 sml PostAdresseTyp: Nutzungseinheitlaufnummer hinzugefügt + 2013-10-10 sml Zusatzdaten: Gesperrt hinzugefügt (URV-420) + + Anpassungen für URV URSuche v3.0 + ================================ + 2013-03-05 sml Erweiterung um Taetigkeitszeitraum + 2012-09-24 sml Auslagerung Zusatzdaten in ZusatzdatenPersonenTyp + 2012-09-20 sml NichtNatuerlichePerson um VollzugAttributes erweitert + 2012-09-11 sml Kardinalität EVBStatus auf 0..1 geändert + Kardinalität TypeText von 0..n auf 0..1 geändert + 2012-08-20 hoa AdressCode/Subcode/Objektnummer hinzugefügt + 2012-08-08 sml Branche hinzugefügt + 2012-08-07 sml kein mixed Content bei den Zusatzdaten mehr möglich + 2012-08-06 sml eigener Namespace für UR-Persondata + 2012-07-05 sml Any-Attribute und Any-Elemente nach AGII-Empfehlung durch die konkreten ersetzt. + 2012-06-14 sml Affix wieder auf unbounded (vgl. URSucheService UDB) +--> + + + +<wsdl:definitions name="URSuche" + targetNamespace="urn:at:statistik:ur:ws" + xmlns:tns="urn:at:statistik:ur:ws" + xmlns:sw="http://reference.e-government.gv.at/namespace/xml-sw/1#" + xmlns:ud="http://statistik.at/namespace/ur/stammdaten/4#" + xmlns:soapbinding="http://schemas.xmlsoap.org/wsdl/soap/" + xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <wsdl:documentation> Dieses WSDL-Dokument beschreibt den + XML-Search-Service. </wsdl:documentation> + <wsdl:types> + <xsd:schema> + <xsd:import + namespace="http://reference.e-government.gv.at/namespace/xml-sw/1#" + schemaLocation="schema/urs-v5-xml-sw.xsd"/> + <xsd:import + namespace="http://reference.e-government.gv.at/namespace/xml-sw/1#" + schemaLocation="schema/specific/urs-v5-CustomFault.xsd"/> + </xsd:schema> + </wsdl:types> + <wsdl:message name="SearchByExample"> + <wsdl:documentation> + Nachricht, die für eine Suchanfrage + vom Typ Search by Example vom Client abgesendet wird + </wsdl:documentation> + <wsdl:part name="body" element="sw:SearchByExample"/> + </wsdl:message> + <wsdl:message name="SearchById"> + <wsdl:documentation> Nachricht, die für eine Suchanfrage + vom Typ Search by Id vom Client abgesendet wird + </wsdl:documentation> + <wsdl:part name="body" element="sw:SearchById"/> + </wsdl:message> + + <!-- FAULT --> + <wsdl:message name="XmlSwFault"> + <wsdl:documentation>ServiceFault + </wsdl:documentation> + <wsdl:part name="fault" element="sw:XmlSwFault"/> + </wsdl:message> + + <wsdl:message name="SearchResponse"> + <wsdl:documentation> Nachricht, die vom Server als + Antwort auf eine der beiden Suchanfragen + zurückgesendet wird + </wsdl:documentation> + <wsdl:part name="body" element="sw:SearchResponse"/> + </wsdl:message> + <wsdl:portType name="URSuche"> + <wsdl:operation name="searchByExample"> + <wsdl:documentation> Operation für den Abfragetyp + Search by Example + </wsdl:documentation> + <wsdl:input message="tns:SearchByExample"/> + <wsdl:output message="tns:SearchResponse"/> + <!-- FAULT --> + <wsdl:fault name="XmlSwFault" message="tns:XmlSwFault"/> + + </wsdl:operation> + + <wsdl:operation name="searchById"> + <wsdl:documentation> Operation für den Abfragetyp + Search by Id + </wsdl:documentation> + <wsdl:input message="tns:SearchById"/> + <wsdl:output message="tns:SearchResponse"/> + <!-- FAULT --> + <wsdl:fault name="XmlSwFault" message="tns:XmlSwFault"/> + + </wsdl:operation> + </wsdl:portType> + <wsdl:binding name="URSucheServiceSoapBinding" + type="tns:URSuche"> + <wsdl:documentation> Definition des Binding für den + Search Service + </wsdl:documentation> + <soapbinding:binding style="document" + transport="http://schemas.xmlsoap.org/soap/http"/> + <wsdl:operation name="searchByExample"> + <soapbinding:operation + soapAction="" + style="document"/> + <wsdl:input> + <soapbinding:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soapbinding:body use="literal"/> + </wsdl:output> + <!-- FAULT --> + <wsdl:fault name="XmlSwFault"> + <soapbinding:fault use="literal" name="XmlSwFault"/> + </wsdl:fault> + </wsdl:operation> + <wsdl:operation name="searchById"> + <soapbinding:operation + soapAction="" + style="document"/> + <wsdl:input> + <soapbinding:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soapbinding:body use="literal"/> + </wsdl:output> + <!-- FAULT --> + <wsdl:fault name="XmlSwFault"> + <soapbinding:fault use="literal" name="XmlSwFault" /> + </wsdl:fault> + + </wsdl:operation> + </wsdl:binding> + <wsdl:service name="URSucheService"> + <wsdl:port binding="tns:URSucheServiceSoapBinding" + name="URSucheService"> + <soapbinding:address + location="http://localhost:9081/URV/services/URSucheService" + /> + </wsdl:port> + </wsdl:service> +</wsdl:definitions> |