You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Navindian <na...@gmail.com> on 2013/06/14 16:07:31 UTC

Fwd: parameters caching

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