Using service reference in vb.net2008

izeko

Member
Joined
Jun 20, 2007
Messages
8
Programming Experience
Beginner
Hi,
I have created a webMethod which returns a dataset ,but the dataset is quite large and i get the message 'The maximum message size quota for incoming messages (65536) has been exceeded'

Should i increase the amount i can receive or should i be looking at sending the dataset in chuncks.

Which ever one i should be using could you point me in the right direction.

Many thanks

Dave
 
I suggest, you can use paging technology, sub-multiple return data.

Or, you can serialize the data set of XML binary stream for transmission Town
 
Many thanks for your response, i will take a look at what you have said.

Just out of interest is there a more prefered way to do this from a programmers point of view, or is it just what works for the individual.


Dave
 
Back
Top