hi
i transport a DataSet to a WebService.
it works fine when the DataSet is not too big.
But when the size of the DataSet is about 2.5 mb, i get the following
Exception:

An unhandled exception of type 'System.InvalidOperationException' occurred
in system.web.services.dll Additional information: Client found response
content type of '', but expected 'text/xml'.

Is there a maximum size for data that can be transfered to a webservice?
an if so, is it possible to change that setting?

thanks,
dan