Re: How can i optimize the web services client access code



On Jan 31, 3:19 am, "deepak" <infonew...@xxxxxxxxx> wrote:
How can i optimize the web services client access code .anybody breif
me about the intergration and optimization of web services

Optimizing is easy, if you know what is sub-optimal. If your web
service is running too slowly, then use a profiling tool to find where
the slow-down is occuring. With that knowledge, try to find a faster
way to do that, or find a way to only do it once (or less often at
least).

.