diff options
Diffstat (limited to 'src/main/resources/wsdl/ur_V2/URSucheService.wsdl')
-rw-r--r-- | src/main/resources/wsdl/ur_V2/URSucheService.wsdl | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/ur_V2/URSucheService.wsdl b/src/main/resources/wsdl/ur_V2/URSucheService.wsdl new file mode 100644 index 0000000..b6b88c2 --- /dev/null +++ b/src/main/resources/wsdl/ur_V2/URSucheService.wsdl @@ -0,0 +1,96 @@ +<?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 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/2#" 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" name="URSuche" targetNamespace="urn:at:statistik:ur:ws"> + <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/xml-sw.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"> + <soapbinding:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + <wsdl:documentation> Definition des Binding für den + Search Service + </wsdl:documentation> + <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 name="URSucheService" binding="tns:URSucheServiceSoapBinding"> + <soapbinding:address location="http://localhost:9081/URV/services/URSucheService"/> + </wsdl:port> + </wsdl:service> +</wsdl:definitions> |