diff options
Diffstat (limited to 'src/main/resources/wsdl/misstork/misstork.wsdl')
-rw-r--r-- | src/main/resources/wsdl/misstork/misstork.wsdl | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/src/main/resources/wsdl/misstork/misstork.wsdl b/src/main/resources/wsdl/misstork/misstork.wsdl new file mode 100644 index 0000000..615401c --- /dev/null +++ b/src/main/resources/wsdl/misstork/misstork.wsdl @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8"?> +<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ms="http://reference.e-government.gv.at/namespace/misstork/20131126/xsd" xmlns:tns="http://reference.e-government.gv.at/namespace/misstork/20131126/wsdl" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" name="misstork" targetNamespace="http://reference.e-government.gv.at/namespace/misstork/20131126/wsdl"> + <wsdl:types> + <xs:schema> + <xs:import namespace="http://reference.e-government.gv.at/namespace/misstork/20131126/xsd" schemaLocation="misstork-1.0.xsd"/> + </xs:schema> + </wsdl:types> + <wsdl:message name="MisStorkRequest"> + <wsdl:part name="MisStorkRequest" element="ms:MisStorkRequest"/> + </wsdl:message> + <wsdl:message name="MisStorkResponse"> + <wsdl:part name="MisStorkResponse" element="ms:MisStorkResponse"/> + </wsdl:message> + <wsdl:message name="MisStorkError"> + <wsdl:part name="MisStorkError" element="ms:MisStorkError"/> + </wsdl:message> + <wsdl:portType name="MISSTORKType"> + <wsdl:operation name="MISSTORKOperation"> + <wsdl:input message="tns:MisStorkRequest"/> + <wsdl:output message="tns:MisStorkResponse"/> + <wsdl:fault name="MISSTORKError" message="tns:MisStorkError"/> + </wsdl:operation> + </wsdl:portType> + <wsdl:binding name="MISSTORKBinding" type="tns:MISSTORKType"> + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> + <wsdl:operation name="MISSTORKOperation"> + <soap:operation soapAction="ms:MISSTORKType#MISSTORKOperation" style="document"/> + <wsdl:input> + <soap:body use="literal"/> + </wsdl:input> + <wsdl:output> + <soap:body use="literal"/> + </wsdl:output> + <wsdl:fault name="MISSTORKError"> + <soap:fault name="MISSTORKError" use="literal"/> + </wsdl:fault> + </wsdl:operation> + </wsdl:binding> + <wsdl:service name="MISSTORKService"> + <wsdl:port name="MISSTORKPort" binding="tns:MISSTORKBinding"> + <soap:address location="http://localhost:8000/szr-gateway/IdentityLinkCreation"/> + </wsdl:port> + </wsdl:service> +</wsdl:definitions> |