I created a simple WCF web service that has one method: SubmitTicket(flightticket ft, string username, string password)
I need to change the maxStringContentLength to a value larger than 8192 but have not been successful in doing it. My WCF service will generate an exception if the amount of data it receives is greater
I\'ve maxed out my maxStringContentLength when passing arguments from WCF to WCF. No biggie, I\'ll just up the value. But I have a question before I do:
I\'m getting the maxStringCount is exceeded error, and have read a ton on fixing the issue (that is, if you\'re using http bindings).
I am currently registering a WCF service using the following code: var factory = new DefaultServiceHostFactory();
I receive this error when I try to send things to a Webservice with WP7. The formatter threw an exception while trying to deserialize the message: Error in deserializing body of request message for
Coders, This problem is driving me crazy!! I have been doing extensive research for the last 2 days and I have no idea what is going on.
Please can you tell me the units measured by InputFile.PostedFile.ContentLength . I need to make sure the file开发者_StackOverflow社区 is less than 500k.
I’m having a WCF REST service hosted in IIS using .NET 4 RC. The POST calls to the service are serialized using JSON. Everything works fine until the size of one of the DataMember (string) is longer