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.
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.