An error occurred while deserializing the Response Message Body of the operation when WebService is called & the maximum Request Length of Web Service is exceeded

Source: Internet
Author: User

An error occurred while deserializing the Response Message Body of the operation when WebService is called.

An error occurred while deserializing the Response Message Body of the operation when WebService is called.

The main reason is that the length of the WebService return value exceeds the value of maxstringcontentlength in readerquotas, which causes the return value to be truncated, incomplete, and error in deserialization.

<Readerquotas maxdepth ="32"Maxstringcontentlength ="81920"Maxarraylength ="16384"Maxbytesperread="4096"Maxnametablecharcount ="16384"/>

Solution: Adjust the value of maxstringcontentlength

The maximum Request Length of the web service is exceeded.

The default Request Length of Web Service is 4 MB.

If the content exceeds 4 MB, an error is returned.

System. Web. Services. Protocols. soapexception: An exception occurs when you run the specified extension in the configuration file. --->System. Web. httpexception: exceeds the maximum request length. In system. Web. httprequest. getentirerawcontent () in system. Web. httprequest. get_inputstream () in system. Web. Services. Protocols. soapserverprotocol. initialize ()--- End of the internal exception stack trace ---

You can modify the maximum Request Length in Web. config, for example, to 50 MB.

 
System. Web> "51200"Executiontimeout ="3600"/> </System. Web>

 

An error occurred while deserializing the Response Message Body of the operation when WebService is called.

The main reason is that the length of the WebService return value exceeds the value of maxstringcontentlength in readerquotas, which causes the return value to be truncated, incomplete, and error in deserialization.

<Readerquotas maxdepth ="32"Maxstringcontentlength ="81920"Maxarraylength ="16384"Maxbytesperread="4096"Maxnametablecharcount ="16384"/>

Solution: Adjust the value of maxstringcontentlength

The maximum Request Length of the web service is exceeded.

The default Request Length of Web Service is 4 MB.

If the content exceeds 4 MB, an error is returned.

System. Web. Services. Protocols. soapexception: An exception occurs when you run the specified extension in the configuration file. --->System. Web. httpexception: exceeds the maximum request length. In system. Web. httprequest. getentirerawcontent () in system. Web. httprequest. get_inputstream () in system. Web. Services. Protocols. soapserverprotocol. initialize ()--- End of the internal exception stack trace ---

You can modify the maximum Request Length in Web. config, for example, to 50 MB.

 
System. Web> "51200"Executiontimeout ="3600"/> </System. Web>

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.