diff options
Diffstat (limited to 'src/main/resources/wsdl/ur/URSucheService.wsdl')
-rw-r--r-- | src/main/resources/wsdl/ur/URSucheService.wsdl | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/ur/URSucheService.wsdl b/src/main/resources/wsdl/ur/URSucheService.wsdl new file mode 100644 index 0000000..c65db86 --- /dev/null +++ b/src/main/resources/wsdl/ur/URSucheService.wsdl @@ -0,0 +1,124 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + +Adaptierung der Datei "XmlSwService.wsdl" + +*) Ändern WS Name +*) Ändern des targetNameSpaces + + + +***************************************************** +File XmlSwService.wsdl + +Version 1.0 / 23.03.2004 + +Author Franz-Josef Herpers / fjh consulting + +Copyright (c) 2004, 2005 Bundeskanzleramt Österreich + +***************************************************** + +--> +<wsdl:definitions name="URSuche" + targetNamespace="urn:at:statistik:udb:ws" + xmlns:tns="urn:at:statistik:udb:ws" + xmlns:sw="http://reference.e-government.gv.at/namespace/xml-sw/1#" + xmlns:ud="http://statistik.at/namespace/ur/stammdaten/1#" + 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="xml-sw.xsd"/> + + <xsd:import + namespace="http://statistik.at/namespace/ur/stammdaten/1#" + schemaLocation="unternehmenssuche.xsd"/> + <xsd:import + namespace="http://reference.e-government.gv.at/namespace/persondata/de/20040201#" + schemaLocation="PersonData_20_dt.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> + <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"/> + </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"/> + </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> + </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> + </wsdl:operation> + </wsdl:binding> + <wsdl:service name="URSucheService"> + <wsdl:port binding="tns:URSucheServiceSoapBinding" + name="URSucheService"> + <soapbinding:address + location="http://localhost:9081/udb/URSucheService" + /> + </wsdl:port> + </wsdl:service> +</wsdl:definitions> |