Project

General

Profile

AssetProxywsdl.txt

Luc Tran Van, 10/18/2022 11:49 AM

 
1
<WL5G3N0:definitions xmlns:WL5G3N0="http://schemas.xmlsoap.org/wsdl/" xmlns:WL5G3N1="http://www.alsb.com/" xmlns:WL5G3N2="http://schemas.xmlsoap.org/wsdl/soap/" name="XMLWSDLDefinitions" targetNamespace="http://www.alsb.com/">
2
<WL5G3N0:types>
3
<xsd:schema xmlns:alsb="http://www.alsb.com/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mimee/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:typens="http://www.alsb.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.alsb.com/">
4
<!-- TranMultiOffset -->
5
<xsd:element name="TranMultiOffsetRequest">
6
<xsd:complexType>
7
<xsd:sequence>
8
<xsd:element name="PLocalBranch" nillable="true" type="xsd:string"/>
9
<xsd:element name="PCcy" nillable="true" type="xsd:string"/>
10
<xsd:element name="PExcRate" nillable="true" type="xsd:string"/>
11
<xsd:element name="PDrCr" nillable="true" type="xsd:string"/>
12
<xsd:element name="PMainAccount" nillable="true" type="xsd:string"/>
13
<xsd:element name="PMainAmount" nillable="true" type="xsd:string"/>
14
<xsd:element minOccurs="0" name="LstPTxnOffset" nillable="true" type="alsb:ListPTxnOffset"/>
15
<xsd:element name="PNarrative" nillable="true" type="xsd:string"/>
16
<xsd:element name="PMaker" nillable="true" type="xsd:string"/>
17
<xsd:element name="PChecker" nillable="true" type="xsd:string"/>
18
<xsd:element name="PMaPhongBan" nillable="true" type="xsd:string"/>
19
<xsd:element name="PMainAccBrn" nillable="true" type="xsd:string"/>
20
</xsd:sequence>
21
</xsd:complexType>
22
</xsd:element>
23
<xsd:complexType name="ListPTxnOffset">
24
<xsd:sequence>
25
<xsd:element maxOccurs="unbounded" minOccurs="0" name="PTxnOffset" nillable="true" type="alsb:PTxnOffsetItem"/>
26
</xsd:sequence>
27
</xsd:complexType>
28
<xsd:complexType name="PTxnOffsetItem">
29
<xsd:sequence>
30
<xsd:element name="OffsetAccount" nillable="true" type="xsd:string"/>
31
<xsd:element name="OffsetBranch" nillable="true" type="xsd:string"/>
32
<xsd:element name="OffsetAmount" nillable="true" type="xsd:string"/>
33
</xsd:sequence>
34
</xsd:complexType>
35
<xsd:element name="TranMultiOffsetResponse">
36
<xsd:complexType>
37
<xsd:sequence>
38
<xsd:element name="PTrnRefNo" nillable="true" type="xsd:string"/>
39
<xsd:element name="ResultCode" nillable="true" type="xsd:string"/>
40
<xsd:element name="ResultDesc" nillable="true" type="xsd:string"/>
41
</xsd:sequence>
42
</xsd:complexType>
43
</xsd:element>
44
<!-- CheckHoliday -->
45
<xsd:element name="CheckHolidayRequest">
46
<xsd:complexType>
47
<xsd:sequence>
48
<xsd:element name="PDay" nillable="true" type="xsd:string"/>
49
</xsd:sequence>
50
</xsd:complexType>
51
</xsd:element>
52
<xsd:element name="CheckHolidayResponse">
53
<xsd:complexType>
54
<xsd:sequence>
55
<xsd:element name="PHoliday" nillable="true" type="xsd:string"/>
56
<xsd:element name="PWorkingDate" nillable="true" type="xsd:string"/>
57
</xsd:sequence>
58
</xsd:complexType>
59
</xsd:element>
60
<!-- GlList -->
61
<xsd:element name="GlListRequest">
62
<xsd:complexType>
63
<xsd:sequence> </xsd:sequence>
64
</xsd:complexType>
65
</xsd:element>
66
<xsd:element name="GlListResponse">
67
<xsd:complexType>
68
<xsd:sequence>
69
<xsd:element name="GlLst" nillable="true" type="alsb:ListGl"/>
70
</xsd:sequence>
71
</xsd:complexType>
72
</xsd:element>
73
<xsd:complexType name="ListGl">
74
<xsd:sequence>
75
<xsd:element maxOccurs="unbounded" minOccurs="0" name="LstGl" nillable="true" type="alsb:LstGlItem"/>
76
</xsd:sequence>
77
</xsd:complexType>
78
<xsd:complexType name="LstGlItem">
79
<xsd:sequence>
80
<xsd:element name="GlCode" nillable="true" type="xsd:string"/>
81
<xsd:element name="GlDesc" nillable="true" type="xsd:string"/>
82
</xsd:sequence>
83
</xsd:complexType>
84
<!-- CasaListCheck -->
85
<xsd:element name="CasaListCheckRequest">
86
<xsd:complexType>
87
<xsd:sequence>
88
<xsd:element minOccurs="0" name="LstCasaCheck" nillable="true" type="alsb:ListCasaCheck"/>
89
</xsd:sequence>
90
</xsd:complexType>
91
</xsd:element>
92
<xsd:complexType name="ListCasaCheck">
93
<xsd:sequence>
94
<xsd:element maxOccurs="unbounded" minOccurs="0" name="CasaLstCheck" nillable="true" type="alsb:CasaLstCheckItem"/>
95
</xsd:sequence>
96
</xsd:complexType>
97
<xsd:complexType name="CasaLstCheckItem">
98
<xsd:sequence>
99
<xsd:element name="AccountNo" nillable="true" type="xsd:string"/>
100
</xsd:sequence>
101
</xsd:complexType>
102
<xsd:element name="CasaListCheckResponse">
103
<xsd:complexType>
104
<xsd:sequence>
105
<xsd:element name="ListOut" nillable="true" type="alsb:ListOutItem"/>
106
</xsd:sequence>
107
</xsd:complexType>
108
</xsd:element>
109
<xsd:complexType name="ListOutItem">
110
<xsd:sequence>
111
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ListCasa" nillable="true" type="alsb:ListCasaItem"/>
112
</xsd:sequence>
113
</xsd:complexType>
114
<xsd:complexType name="ListCasaItem">
115
<xsd:sequence>
116
<xsd:element name="AccountNo" nillable="true" type="xsd:string"/>
117
<xsd:element name="AccountDesc" nillable="true" type="xsd:string"/>
118
</xsd:sequence>
119
</xsd:complexType>
120
<!-- End schema -->
121
</xsd:schema>
122
</WL5G3N0:types>
123
<WL5G3N0:message name="TranMultiOffsetSoapIn">
124
<WL5G3N0:part element="WL5G3N1:TranMultiOffsetRequest" name="FML32"/>
125
</WL5G3N0:message>
126
<WL5G3N0:message name="TranMultiOffsetSoapOut">
127
<WL5G3N0:part element="WL5G3N1:TranMultiOffsetResponse" name="FML32"/>
128
</WL5G3N0:message>
129
<WL5G3N0:message name="CheckHolidaySoapIn">
130
<WL5G3N0:part element="WL5G3N1:CheckHolidayRequest" name="FML32"/>
131
</WL5G3N0:message>
132
<WL5G3N0:message name="CheckHolidaySoapOut">
133
<WL5G3N0:part element="WL5G3N1:CheckHolidayResponse" name="FML32"/>
134
</WL5G3N0:message>
135
<WL5G3N0:message name="GlListSoapIn">
136
<WL5G3N0:part element="WL5G3N1:GlListRequest" name="FML32"/>
137
</WL5G3N0:message>
138
<WL5G3N0:message name="GlListSoapOut">
139
<WL5G3N0:part element="WL5G3N1:GlListResponse" name="FML32"/>
140
</WL5G3N0:message>
141
<WL5G3N0:message name="CasaListCheckSoapIn">
142
<WL5G3N0:part element="WL5G3N1:CasaListCheckRequest" name="FML32"/>
143
</WL5G3N0:message>
144
<WL5G3N0:message name="CasaListCheckSoapOut">
145
<WL5G3N0:part element="WL5G3N1:CasaListCheckResponse" name="FML32"/>
146
</WL5G3N0:message>
147
<WL5G3N0:portType name="WebService">
148
<WL5G3N0:operation name="TranMultiOffset">
149
<WL5G3N0:input message="WL5G3N1:TranMultiOffsetSoapIn"/>
150
<WL5G3N0:output message="WL5G3N1:TranMultiOffsetSoapOut"/>
151
</WL5G3N0:operation>
152
<WL5G3N0:operation name="CheckHoliday">
153
<WL5G3N0:input message="WL5G3N1:CheckHolidaySoapIn"/>
154
<WL5G3N0:output message="WL5G3N1:CheckHolidaySoapOut"/>
155
</WL5G3N0:operation>
156
<WL5G3N0:operation name="GlList">
157
<WL5G3N0:input message="WL5G3N1:GlListSoapIn"/>
158
<WL5G3N0:output message="WL5G3N1:GlListSoapOut"/>
159
</WL5G3N0:operation>
160
<WL5G3N0:operation name="CasaListCheck">
161
<WL5G3N0:input message="WL5G3N1:CasaListCheckSoapIn"/>
162
<WL5G3N0:output message="WL5G3N1:CasaListCheckSoapOut"/>
163
</WL5G3N0:operation>
164
</WL5G3N0:portType>
165
<WL5G3N0:binding name="WebService" type="WL5G3N1:WebService">
166
<WL5G3N2:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
167
<WL5G3N0:operation name="TranMultiOffset">
168
<WL5G3N2:operation soapAction="http://www.alsb.com/WebService/TranMultiOffset" style="document"/>
169
<WL5G3N0:input>
170
<WL5G3N2:body use="literal"/>
171
</WL5G3N0:input>
172
<WL5G3N0:output>
173
<WL5G3N2:body use="literal"/>
174
</WL5G3N0:output>
175
</WL5G3N0:operation>
176
<WL5G3N0:operation name="CheckHoliday">
177
<WL5G3N2:operation soapAction="http://www.alsb.com/WebService/CheckHoliday" style="document"/>
178
<WL5G3N0:input>
179
<WL5G3N2:body use="literal"/>
180
</WL5G3N0:input>
181
<WL5G3N0:output>
182
<WL5G3N2:body use="literal"/>
183
</WL5G3N0:output>
184
</WL5G3N0:operation>
185
<WL5G3N0:operation name="GlList">
186
<WL5G3N2:operation soapAction="http://www.alsb.com/WebService/GlList" style="document"/>
187
<WL5G3N0:input>
188
<WL5G3N2:body use="literal"/>
189
</WL5G3N0:input>
190
<WL5G3N0:output>
191
<WL5G3N2:body use="literal"/>
192
</WL5G3N0:output>
193
</WL5G3N0:operation>
194
<WL5G3N0:operation name="CasaListCheck">
195
<WL5G3N2:operation soapAction="http://www.alsb.com/WebService/CasaListCheck" style="document"/>
196
<WL5G3N0:input>
197
<WL5G3N2:body use="literal"/>
198
</WL5G3N0:input>
199
<WL5G3N0:output>
200
<WL5G3N2:body use="literal"/>
201
</WL5G3N0:output>
202
</WL5G3N0:operation>
203
</WL5G3N0:binding>
204
<WL5G3N0:service name="WebService">
205
<WL5G3N0:port binding="WL5G3N1:WebService" name="WebService">
206
<WL5G3N2:address location="http://uat.osb.vietcapitalbank.com.vn/VCCB_ASSET/ProxyServices/AssetProxy"/>
207
</WL5G3N0:port>
208
</WL5G3N0:service>
209
</WL5G3N0:definitions>