summaryrefslogtreecommitdiff
path: root/src/main/resources/wsdl/mis/usp/mis-usp-1.0.2.wsdl
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2014-11-05 08:07:15 +0100
committerThomas Lenz <thomas.lenz@egiz.gv.at>2014-11-05 08:07:15 +0100
commit7a5b350a93990956106d91679240b6e8326cb110 (patch)
tree138196b56fb04f186f05387f8f68be6bd91a0e85 /src/main/resources/wsdl/mis/usp/mis-usp-1.0.2.wsdl
parente2150f22562b4bc06307f4ac7b842687390e4856 (diff)
downloadegovutils-7a5b350a93990956106d91679240b6e8326cb110.tar.gz
egovutils-7a5b350a93990956106d91679240b6e8326cb110.tar.bz2
egovutils-7a5b350a93990956106d91679240b6e8326cb110.zip
change more client implementations to APACHE CXF
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.wsdl23
1 files changed, 10 insertions, 13 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
index 2a249f3..f037b44 100644
--- 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
@@ -1,16 +1,10 @@
<?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>
-
+<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">
+ <types>
+ <xsd:schema>
+ <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>
+ </types>
<message name="GetMandatesRequest">
<part name="GetMandatesRequest" element="usp:GetMandatesRequest"/>
</message>
@@ -38,6 +32,9 @@
<service name="GetMandatesService">
<port name="GetMandatesPort" binding="tns:GetMandatesBinding">
<soap:address location="http://localhost:8080/usp/GetMandatesService"/>
- </port>
+ </port>
</service>
+ <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>
</definitions>