-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathOIOKvitteringOpret.wsdl
More file actions
40 lines (40 loc) · 2.34 KB
/
Copy pathOIOKvitteringOpret.wsdl
File metadata and controls
40 lines (40 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version='1.0' encoding='UTF-8'?>
<wsdl:definitions name="OIOKvitteringOpretService" targetNamespace="urn:oio:skat:emcs:ws:1.0.1" xmlns="" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:struct="urn:oio:skat:emcs:ws:1.0.1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<xs:annotation xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:documentation>OIO-udgave af tilsvarende forretningsservice. Service til afsendelse af kvitteringsrapporter.</xs:documentation>
</xs:annotation>
<wsdl:types>
<xsd:schema targetNamespace="urn:oio:skat:emcs:ws:1.0.1" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:struct="urn:oio:skat:emcs:ws:1.0.1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation="urn/oio/skat/emcs/ws/1_0_1/OIOKvitteringOpretInterface.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="OIOKvitteringOpretServiceRequest">
<wsdl:part element="struct:OIOKvitteringOpret_I" name="Request"/>
</wsdl:message>
<wsdl:message name="OIOKvitteringOpretServiceResponse">
<wsdl:part element="struct:OIOKvitteringOpret_O" name="Response"/>
</wsdl:message>
<wsdl:portType name="OIOKvitteringOpretServicePortType">
<wsdl:operation name="getOIOKvitteringOpret">
<wsdl:input message="struct:OIOKvitteringOpretServiceRequest"/>
<wsdl:output message="struct:OIOKvitteringOpretServiceResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="OIOKvitteringOpretServiceBinding" type="struct:OIOKvitteringOpretServicePortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getOIOKvitteringOpret">
<soap:operation soapAction="getOIOKvitteringOpret" style="document"/>
<wsdl:input>
<soap:body namespace="http://skat.dk/begrebsmodel/2009/01/15/" use="literal"/>
</wsdl:input>
<wsdl:output>
<soap:body namespace="http://skat.dk/begrebsmodel/2009/01/15/" use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="OIOKvitteringOpretService">
<wsdl:port binding="struct:OIOKvitteringOpretServiceBinding" name="OIOKvitteringOpretServicePort">
<soap:address location="http://localhost/EMCS_OIOKvitteringOpret/OIOKvitteringOpretServicePort"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>