View Single Post
Old 04-09-2009, 04:46 PM   #12
temge
New Member
 
Join Date: Apr 2009
Model: 9000
PIN: N/A
Carrier: AT&T
Posts: 1
Default

so if I have a larger byte[] of lets say 250 k, how do I submit that to a web service?

I think I might be missing something in sending smaller chunks to the web service. If I am sending lots of smaller chunks to the webservice, what does my web service look like?
Would it still have the following signature?

public string receiveData(byte[] data, string label);

Thanks,

- Thomas
Offline   Reply With Quote