-
Notifications
You must be signed in to change notification settings - Fork 3
/
OIOKvitteringSamlingHent.wsdl
40 lines (40 loc) · 2.51 KB
/
OIOKvitteringSamlingHent.wsdl
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="OIOKvitteringSamlingHentService" 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. En service til at hente en eller flere kvitteringer paa et specifikt ledsagedokument eller en datosøgning.</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/OIOKvitteringSamlingHentInterface.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="OIOKvitteringSamlingHentServiceRequest">
<wsdl:part element="struct:OIOKvitteringSamlingHent_I" name="Request"/>
</wsdl:message>
<wsdl:message name="OIOKvitteringSamlingHentServiceResponse">
<wsdl:part element="struct:OIOKvitteringSamlingHent_O" name="Response"/>
</wsdl:message>
<wsdl:portType name="OIOKvitteringSamlingHentServicePortType">
<wsdl:operation name="getOIOKvitteringSamlingHent">
<wsdl:input message="struct:OIOKvitteringSamlingHentServiceRequest"/>
<wsdl:output message="struct:OIOKvitteringSamlingHentServiceResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="OIOKvitteringSamlingHentServiceBinding" type="struct:OIOKvitteringSamlingHentServicePortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getOIOKvitteringSamlingHent">
<soap:operation soapAction="getOIOKvitteringSamlingHent" 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="OIOKvitteringSamlingHentService">
<wsdl:port binding="struct:OIOKvitteringSamlingHentServiceBinding" name="OIOKvitteringSamlingHentServicePort">
<soap:address location="http://localhost/EMCS_OIOKvitteringSamlingHent/OIOKvitteringSamlingHentServicePort"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>