-
Notifications
You must be signed in to change notification settings - Fork 3
/
OIOPaamindelseSamlingHent.wsdl
40 lines (40 loc) · 2.49 KB
/
OIOPaamindelseSamlingHent.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="OIOPåmindelseSamlingHentService" 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 som kan hente en eller flere påmindelser.</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/OIOPaamindelseSamlingHentInterface.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="OIOPåmindelseSamlingHentServiceRequest">
<wsdl:part element="struct:OIOPåmindelseSamlingHent_I" name="Request"/>
</wsdl:message>
<wsdl:message name="OIOPåmindelseSamlingHentServiceResponse">
<wsdl:part element="struct:OIOPåmindelseSamlingHent_O" name="Response"/>
</wsdl:message>
<wsdl:portType name="OIOPåmindelseSamlingHentServicePortType">
<wsdl:operation name="getOIOPåmindelseSamlingHent">
<wsdl:input message="struct:OIOPåmindelseSamlingHentServiceRequest"/>
<wsdl:output message="struct:OIOPåmindelseSamlingHentServiceResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="OIOPåmindelseSamlingHentServiceBinding" type="struct:OIOPåmindelseSamlingHentServicePortType">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="getOIOPåmindelseSamlingHent">
<soap:operation soapAction="getOIOPåmindelseSamlingHent" 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="OIOPamindelseSamlingHentService">
<wsdl:port binding="struct:OIOPåmindelseSamlingHentServiceBinding" name="OIOPamindelseSamlingHentServicePort">
<soap:address location="http://localhost/EMCS_OIOPaamindelseSamlingHent/OIOPaamindelseSamlingHentServicePortTypeImplService"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>