-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfundsTransferByCustomerService2.wsdl
More file actions
208 lines (145 loc) · 7.63 KB
/
fundsTransferByCustomerService2.wsdl
File metadata and controls
208 lines (145 loc) · 7.63 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
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="fundsTransferByCustomerService2" targetNamespace="http://www.quantiguous.com/services" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.quantiguous.com/services" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:documentation>
<wsdl:appinfo source="WMQI_APPINFO">
<MRWSDLAppInfo imported="true">
<binding hasEncoding="false" imported="true" name="fundsTransferByCustomerService2HttpBinding" originalBindingStyle="document"/>
<generatedXSD location="fundsTransferByCustomerService2_InlineSchema1.xsd"/>
</MRWSDLAppInfo>
</wsdl:appinfo>
</wsdl:documentation>
<wsdl:types>
<xsd:schema targetNamespace="http://www.quantiguous.com/services">
<xsd:include schemaLocation="fundsTransferByCustomerService2.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="transferRequestMsg">
<wsdl:part element="tns:transfer" name="transferParameters"/>
</wsdl:message>
<wsdl:message name="transferResponseMsg">
<wsdl:part element="tns:transferResponse" name="transferResult"/>
</wsdl:message>
<wsdl:message name="payInvoiceRequestMsg">
<wsdl:part element="tns:payInvoice" name="payInvoiceParameters"/>
</wsdl:message>
<wsdl:message name="payInvoiceResponseMsg">
<wsdl:part element="tns:payInvoiceResponse" name="payInvoiceResult"/>
</wsdl:message>
<wsdl:message name="getStatusRequestMsg">
<wsdl:part element="tns:getStatus" name="getStatusParameters"/>
</wsdl:message>
<wsdl:message name="getStatusResponseMsg">
<wsdl:part element="tns:getStatusResponse" name="getStatusResult"/>
</wsdl:message>
<wsdl:message name="getBalanceRequestMsg">
<wsdl:part element="tns:getBalance" name="getBalanceParameters"/>
</wsdl:message>
<wsdl:message name="getBalanceResponseMsg">
<wsdl:part element="tns:getBalanceResponse" name="getBalanceResult"/>
</wsdl:message>
<wsdl:portType name="fundsTransferByCustomerService2">
<wsdl:operation name="transfer">
<wsdl:documentation>The transfer funds to a beneficiary, the beneificiary could be pre-registered or specified at the time of the transaction. The method of transfer can specified or left to the service to choose.</wsdl:documentation>
<wsdl:input message="tns:transferRequestMsg" name="transferRequest"/>
<wsdl:output message="tns:transferResponseMsg" name="transferResponse"/>
</wsdl:operation>
<wsdl:operation name="payInvoice">
<wsdl:documentation>To pay an invoice received from a supplier. Details of the invoice can be supplied , and payment vouchers can be generated and sent to the suppliers for better and easier reconciliation.</wsdl:documentation>
<wsdl:input message="tns:payInvoiceRequestMsg" name="payInvoiceRequest"/>
<wsdl:output message="tns:payInvoiceResponseMsg" name="payInvoiceResponse"/>
</wsdl:operation>
<wsdl:operation name="getStatus">
<wsdl:input message="tns:getStatusRequestMsg" name="getStatusRequest"/>
<wsdl:output message="tns:getStatusResponseMsg" name="getStatusResponse"/>
</wsdl:operation>
<wsdl:operation name="getBalance">
<wsdl:input message="tns:getBalanceRequestMsg" name="getBalanceRequest"/>
<wsdl:output message="tns:getBalanceResponseMsg" name="getBalanceResponse"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="fundsTransferByCustomerService2HttpBinding" type="tns:fundsTransferByCustomerService2">
<soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="transfer">
<soap12:operation soapAction="http://www.quantiguous.com/services/transfer"/>
<wsdl:input name="transferRequest">
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output name="transferResponse">
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="payInvoice">
<soap12:operation soapAction="http://www.quantiguous.com/services/payInvoice"/>
<wsdl:input name="payInvoiceRequest">
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output name="payInvoiceResponse">
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getStatus">
<soap12:operation soapAction="http://www.quantiguous.com/services/getStatus"/>
<wsdl:input name="getStatusRequest">
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output name="getStatusResponse">
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getBalance">
<soap12:operation soapAction="http://www.quantiguous.com/services/getBalance"/>
<wsdl:input name="getBalanceRequest">
<soap12:body use="literal"/>
</wsdl:input>
<wsdl:output name="getBalanceResponse">
<soap12:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:binding name="fundsTransferByCustomerService2Soap11" type="tns:fundsTransferByCustomerService2">
<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="transfer">
<soap:operation soapAction="http://www.quantiguous.com/services/transfer"/>
<wsdl:input name="transferRequest">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="transferResponse">
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="payInvoice">
<soap:operation soapAction="http://www.quantiguous.com/services/payInvoice"/>
<wsdl:input name="payInvoiceRequest">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="payInvoiceResponse">
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getStatus">
<soap:operation soapAction="http://www.quantiguous.com/services/getStatus"/>
<wsdl:input name="getStatusRequest">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="getStatusResponse">
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="getBalance">
<soap:operation soapAction="http://www.quantiguous.com/services/getBalance"/>
<wsdl:input name="getBalanceRequest">
<soap:body use="literal"/>
</wsdl:input>
<wsdl:output name="getBalanceResponse">
<soap:body use="literal"/>
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="fundsTransferByCustomerService2HttpService">
<wsdl:port binding="tns:fundsTransferByCustomerService2HttpBinding" name="fundsTransferByCustomerService2HttpPort">
<soap12:address location="http://api.quantiguous.com/fundsTransferByCustomerService2"/>
</wsdl:port>
<wsdl:port binding="tns:fundsTransferByCustomerService2Soap11" name="fundsTransferByCustomerService2HttpPortSoap11">
<soap:address location="/fundsTransferByCustomerService2"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>