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/ERsB/1.1/ErsbService.wsdl | |
download | egovutils-defceef8afef538555c13d33e344a89a828a3d97.tar.gz egovutils-defceef8afef538555c13d33e344a89a828a3d97.tar.bz2 egovutils-defceef8afef538555c13d33e344a89a828a3d97.zip |
inital
Diffstat (limited to 'src/main/resources/wsdl/ERsB/1.1/ErsbService.wsdl')
-rw-r--r-- | src/main/resources/wsdl/ERsB/1.1/ErsbService.wsdl | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/ERsB/1.1/ErsbService.wsdl b/src/main/resources/wsdl/ERsB/1.1/ErsbService.wsdl new file mode 100644 index 0000000..19f0f3d --- /dev/null +++ b/src/main/resources/wsdl/ERsB/1.1/ErsbService.wsdl @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="UTF-8"?> +<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:sch0="http://statistik.at/namespace/ersb/1#" xmlns:sch1="http://statistik.at/namespace/ur/simpleTypes/2#" xmlns:sch2="http://statistik.at/namespace/ur/stammdaten/2#" xmlns:sch3="http://reference.e-government.gv.at/namespace/persondata/de/20040201#" xmlns:sch4="http://statistik.at/namespace/ersb/persondata/1#" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://statistik.at/namespace/ersb/1#" targetNamespace="http://statistik.at/namespace/ersb/1#"> + <wsdl:types> + <xsd:schema> + <xsd:import namespace="http://statistik.at/namespace/ersb/1#" schemaLocation="ersb-types.xsd"/> + <xsd:import namespace="http://statistik.at/namespace/ur/simpleTypes/2#" schemaLocation="ur-simpleTypes.xsd"/> + <xsd:import namespace="http://statistik.at/namespace/ur/stammdaten/2#" schemaLocation="ur-basicTypes.xsd"/> + <xsd:import namespace="http://reference.e-government.gv.at/namespace/persondata/de/20040201#" schemaLocation="PersonData_URSuche.xsd"/> + <xsd:import namespace="http://statistik.at/namespace/ersb/persondata/1#" schemaLocation="PersonData_Ersb.xsd"/> + </xsd:schema> + </wsdl:types> + <wsdl:message name="ErsbResponse"> + <wsdl:part name="ErsbResponse" element="sch0:ErsbResponse"> + </wsdl:part> + </wsdl:message> + <wsdl:message name="ErsbRequest"> + <wsdl:part name="ErsbRequest" element="sch0:ErsbRequest"> + </wsdl:part> + </wsdl:message> + <wsdl:portType name="ErsbService"> + <wsdl:operation name="Ersb"> + <wsdl:input name="ErsbRequest" message="sch0:ErsbRequest"> + </wsdl:input> + <wsdl:output name="ErsbResponse" message="sch0:ErsbResponse"> + </wsdl:output> + </wsdl:operation> + </wsdl:portType> + <wsdl:binding name="ErsbServiceSoap11" type="sch0:ErsbService"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + <wsdl:operation name="Ersb"> + <soap:operation soapAction=""/> + <wsdl:input name="ErsbRequest"> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output name="ErsbResponse"> + <soap:body use="literal"/> + </wsdl:output> + </wsdl:operation> + </wsdl:binding> + <wsdl:service name="ErsbServiceService"> + <wsdl:port name="ErsbServiceSoap11" binding="sch0:ErsbServiceSoap11"> + <soap:address location="http://localhost/services/ErsbService"/> + </wsdl:port> + </wsdl:service> +</wsdl:definitions> |