-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappconnectorUpdate.wsdl
68 lines (68 loc) · 3.33 KB
/
appconnectorUpdate.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:Afas.Profit.Services" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="urn:Afas.Profit.Services" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="urn:Afas.Profit.Services">
<s:element name="Execute">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="token" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="connectorType" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="connectorVersion" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="dataXml" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="ExecuteResponse">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="ExecuteResult" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
<wsdl:message name="ExecuteSoapIn">
<wsdl:part name="parameters" element="tns:Execute" />
</wsdl:message>
<wsdl:message name="ExecuteSoapOut">
<wsdl:part name="parameters" element="tns:ExecuteResponse" />
</wsdl:message>
<wsdl:portType name="ConnectorAppUpdateSoap">
<wsdl:operation name="Execute">
<wsdl:input message="tns:ExecuteSoapIn" />
<wsdl:output message="tns:ExecuteSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="ConnectorAppUpdateSoap" type="tns:ConnectorAppUpdateSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="Execute">
<soap:operation soapAction="urn:Afas.Profit.Services/Execute" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="ConnectorAppUpdateSoap12" type="tns:ConnectorAppUpdateSoap">
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="Execute">
<soap12:operation soapAction="urn:Afas.Profit.Services/Execute" style="document" />
<wsdl:input>
<soap12:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap12:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="ConnectorAppUpdate">
<wsdl:port name="ConnectorAppUpdateSoap" binding="tns:ConnectorAppUpdateSoap">
<soap:address location="https://49996.afasonlineconnector.nl/profitservices/appconnectorUpdate.asmx" />
</wsdl:port>
<wsdl:port name="ConnectorAppUpdateSoap12" binding="tns:ConnectorAppUpdateSoap12">
<soap12:address location="https://49996.afasonlineconnector.nl/profitservices/appconnectorUpdate.asmx" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>