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/mis-1.0.3.wsdl | |
download | egovutils-defceef8afef538555c13d33e344a89a828a3d97.tar.gz egovutils-defceef8afef538555c13d33e344a89a828a3d97.tar.bz2 egovutils-defceef8afef538555c13d33e344a89a828a3d97.zip |
inital
Diffstat (limited to 'src/main/resources/wsdl/mis/mis-1.0.3.wsdl')
-rw-r--r-- | src/main/resources/wsdl/mis/mis-1.0.3.wsdl | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/mis/mis-1.0.3.wsdl b/src/main/resources/wsdl/mis/mis-1.0.3.wsdl new file mode 100644 index 0000000..4d02d43 --- /dev/null +++ b/src/main/resources/wsdl/mis/mis-1.0.3.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/1.0/wsdl" + xmlns:xsd="http://www.w3.org/2001/XMLSchema" + xmlns:mis="http://reference.e-government.gv.at/namespace/mandates/mis/1.0/xsd" + name="mis" + targetNamespace="http://reference.e-government.gv.at/namespace/mandates/mis/1.0/wsdl"> + + <xsd:schema targetNamespace="http://reference.e-government.gv.at/namespace/mandates/mis/1.0/wsdl"> + <xsd:import namespace="http://reference.e-government.gv.at/namespace/mandates/mis/1.0/xsd" schemaLocation="mis-1.0.3.xsd"/> + </xsd:schema> + + <message name="MandateIssueRequest"> + <part name="MandateIssueRequest" element="mis:MandateIssueRequest"/> + </message> + <message name="MandateIssueResponse"> + <part name="MandateIssueResponse" element="mis:MandateIssueResponse"/> + </message> + <portType name="MandateIssuePortType"> + <operation name="MandateIssueOperation"> + <input message="tns:MandateIssueRequest"/> + <output message="tns:MandateIssueResponse"/> + </operation> + </portType> + <binding name="MandateIssueBinding" type="tns:MandateIssuePortType"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + <operation name="MandateIssueOperation"> + <soap:operation soapAction="mis:MandateIssuePortType#MandateIssueOperation" style="document"/> + <input> + <soap:body use="literal"/> + </input> + <output> + <soap:body use="literal"/> + </output> + </operation> + </binding> + <service name="MandateIssueService"> + <port name="MandateIssuePort" binding="tns:MandateIssueBinding"> + <soap:address location="http://localhost:8000/mis/MandateIssue"/> + </port> + </service> +</definitions> |