1+ <application xmlns="http://wadl.dev.java.net/2009/02"
2+ xmlns:xs="http://www.w3.org/2001/XMLSchema">
3+ <grammars/>
4+ <resources base="https://server1/AMB-ACCOUNTS-RS/service">
5+ <resource path="/">
6+ <resource path="info">
7+ <method name="GET">
8+ <response>
9+ <representation mediaType="*/*"/>
10+ </response>
11+ </method>
12+ </resource>
13+ </resource>
14+ <resource path="/accounts/v01">
15+ <resource path="/WGL0Check">
16+ <method name="POST">
17+ <request>
18+ <representation mediaType="application/json">
19+ <param name="request" style="plain" type="xs:string"/>
20+ </representation>
21+ </request>
22+ <response>
23+ <representation mediaType="application/json"/>
24+ </response>
25+ </method>
26+ </resource>
27+ <resource path="/callFinancialService">
28+ <method name="POST">
29+ <request>
30+ <representation mediaType="application/json">
31+ <param name="request" style="plain" type="xs:string"/>
32+ </representation>
33+ </request>
34+ <response>
35+ <representation mediaType="application/json"/>
36+ </response>
37+ </method>
38+ </resource>
39+ <resource path="/getAccountDetails">
40+ <method name="POST">
41+ <request>
42+ <representation mediaType="application/json">
43+ <param name="request" style="plain" type="xs:string"/>
44+ </representation>
45+ </request>
46+ <response>
47+ <representation mediaType="application/json"/>
48+ </response>
49+ </method>
50+ </resource>
51+ <resource path="/getDepositAccountDetails">
52+ <method name="POST">
53+ <request>
54+ <representation mediaType="application/json">
55+ <param name="request" style="plain" type="xs:string"/>
56+ </representation>
57+ </request>
58+ <response>
59+ <representation mediaType="application/json"/>
60+ </response>
61+ </method>
62+ </resource>
63+ <resource path="/getDepositAccountTransactions">
64+ <method name="POST">
65+ <request>
66+ <representation mediaType="application/json">
67+ <param name="request" style="plain" type="xs:string"/>
68+ </representation>
69+ </request>
70+ <response>
71+ <representation mediaType="application/json"/>
72+ </response>
73+ </method>
74+ </resource>
75+ <resource path="/getOverviewDetails">
76+ <method name="POST">
77+ <request>
78+ <representation mediaType="application/json">
79+ <param name="request" style="plain" type="xs:string"/>
80+ </representation>
81+ </request>
82+ <response>
83+ <representation mediaType="application/json"/>
84+ </response>
85+ </method>
86+ </resource>
87+ <resource path="/requestCurrentAccountTransactionDetail">
88+ <method name="POST">
89+ <request>
90+ <representation mediaType="application/json">
91+ <param name="request" style="plain" type="xs:string"/>
92+ </representation>
93+ </request>
94+ <response>
95+ <representation mediaType="application/json"/>
96+ </response>
97+ </method>
98+ </resource>
99+ <resource path="/requestCurrentAccountTransactionList">
100+ <method name="POST">
101+ <request>
102+ <representation mediaType="application/json">
103+ <param name="request" style="plain" type="xs:string"/>
104+ </representation>
105+ </request>
106+ <response>
107+ <representation mediaType="application/json"/>
108+ </response>
109+ </method>
110+ </resource>
111+ <resource path="/retrieveAccountsEnh">
112+ <method name="POST">
113+ <request>
114+ <representation mediaType="application/json">
115+ <param name="request" style="plain" type="xs:string"/>
116+ </representation>
117+ </request>
118+ <response>
119+ <representation mediaType="application/json"/>
120+ </response>
121+ </method>
122+ </resource>
123+ <resource path="/saveAccountNickName">
124+ <method name="POST">
125+ <request>
126+ <representation mediaType="application/json">
127+ <param name="request" style="plain" type="xs:string"/>
128+ </representation>
129+ </request>
130+ <response>
131+ <representation mediaType="application/json"/>
132+ </response>
133+ </method>
134+ </resource>
135+ <resource path="/saveAccountTransactionInternalNotes">
136+ <method name="POST">
137+ <request>
138+ <representation mediaType="application/json">
139+ <param name="request" style="plain" type="xs:string"/>
140+ </representation>
141+ </request>
142+ <response>
143+ <representation mediaType="application/json"/>
144+ </response>
145+ </method>
146+ </resource>
147+ </resource>
148+ </resources>
149+ </application>
0 commit comments