Hi I have the following soap input xmld
1.<soap:Envelope> <soap:Body> <a:countrycode>US</a:countrycode> <a:callingapplication>A</a:callingapplication> </soap:Body> </soap:Envelope> 2.<soap:Envelope> <soap:Body> <a:countrycode>US</a:countrycode> <a:callingapplication>A</a:callingapplication> </soap:Body> </soap:Envelope> 3.<soap:Envelope> <soap:Body> <a:countrycode>JP</a:countrycode> <a:callingapplication>A</a:callingapplication> </soap:Body> </soap:Envelope> >From the webservice facade, 1. Get data from Database and then insert into cache. 2. Get data from cache. 3. Get data from Database. any solution for this.Please comment. thanks navajyothi