cancel
Showing results for 
Search instead for 
Did you mean: 

calling webservices..(Urgent....).

Former Member
0 Kudos

My scenario is like this

i have around 10,000 records in the table..... i will show u that in a table using a webservice.

And for that table iam giving around 5 searching options.

we found two ways for that.

1.calling the webservice for each search scenario again and again.

2.Use the collection ,which is used for the table(ie i used this for showing all the datas in database in a table) for each search scenario.

So tell which one will be the fastest approach and also tell me is there any other fastest way to do this,

Warm regards

Shanto Aloor

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Collection is the fastest.

Remember webservice is something external to your app and you are seeking help from it. So calling it each tinme will take time.But collection is something within your own app so it would be fast.

Hope it makes clear.

Reagards,

Srinivasan

Former Member
0 Kudos

Surely, Collection is the fastest way.

But you need to be careful while using collections as it may cause Interoperability problems while accessing this service from different platforms.

regards,

Piyush