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/mis/usp/mis-usp-1.0.2.wsdl | |
download | egovutils-defceef8afef538555c13d33e344a89a828a3d97.tar.gz egovutils-defceef8afef538555c13d33e344a89a828a3d97.tar.bz2 egovutils-defceef8afef538555c13d33e344a89a828a3d97.zip |
inital
Diffstat (limited to 'src/main/resources/wsdl/mis/usp/mis-usp-1.0.2.wsdl')
-rw-r--r-- | src/main/resources/wsdl/mis/usp/mis-usp-1.0.2.wsdl | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/mis/usp/mis-usp-1.0.2.wsdl b/src/main/resources/wsdl/mis/usp/mis-usp-1.0.2.wsdl new file mode 100644 index 0000000..2a249f3 --- /dev/null +++ b/src/main/resources/wsdl/mis/usp/mis-usp-1.0.2.wsdl @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> +<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" + xmlns:tns="http://reference.e-government.gv.at/namespace/mandates/mis/usp/1.0.2/wsdl" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:usp="http://reference.e-government.gv.at/namespace/mandates/mis/usp/1.0.2/xsd" + name="usp" + targetNamespace="http://reference.e-government.gv.at/namespace/mandates/mis/usp/1.0.2/wsdl"> + + <xsd:schema targetNamespace="http://reference.e-government.gv.at/namespace/mandates/mis/usp/1.0.2/wsdl"> + <xsd:import namespace="http://reference.e-government.gv.at/namespace/mandates/mis/usp/1.0.2/xsd" schemaLocation="mis-usp-1.0.2.xsd"/> + </xsd:schema> + + <message name="GetMandatesRequest"> + <part name="GetMandatesRequest" element="usp:GetMandatesRequest"/> + </message> + <message name="GetMandatesResponse"> + <part name="GetMandatesResponse" element="usp:GetMandatesResponse"/> + </message> + <portType name="GetMandatesPortType"> + <operation name="GetMandatesOperation"> + <input message="tns:GetMandatesRequest"/> + <output message="tns:GetMandatesResponse"/> + </operation> + </portType> + <binding name="GetMandatesBinding" type="tns:GetMandatesPortType"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + <operation name="GetMandatesOperation"> + <soap:operation soapAction="usp:GetMandatesPortType#GetMandatesOperation" style="document"/> + <input> + <soap:body use="literal"/> + </input> + <output> + <soap:body use="literal"/> + </output> + </operation> + </binding> + <service name="GetMandatesService"> + <port name="GetMandatesPort" binding="tns:GetMandatesBinding"> + <soap:address location="http://localhost:8080/usp/GetMandatesService"/> + </port> + </service> +</definitions> |