Timeout on web-service requests larger than 32k

G

Guest

I'm calling a web-service from a .NET CF app using WiFi. The web-service call
takes about 1 second when the data being sent on the request is under 32000
bytes. The moment it is increased to 32100 bytes it times out. I created a
dummy web-service call that does nothing, just accepts the request to make
sure that there was no problem on the server, and the results are exactly the
same. I tried changing the timeout value, but this had no effect. I don't see
this problem calling the same web-service calls from a PC .NET application.

What's going on? Is there a 32kB limit to .NET CF web-service call?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top