Note that there are some explanatory texts on larger screens.

plurals
  1. POWhich server is this HTTP exception coming from?
    primarykey
    data
    text
    <p>The scenario is I have received a file for processing via my web service. Because it has errors, I am sending the file back to the originator via his web service, with the errors annotated. I'm assuming that because the file was barely under the 4MB limit, the annotations have made it too big. What I'm not sure of is whether the "maximum request length exceeded" error is coming from my server or his. I believe it is on his end since his server is trying to read the request, but I need to confirm that.</p> <p>(To complicate reading the stack trace, the file I am sending is called a "response" file.)</p> <pre><code>2010-12-16 11:01:07,009 [724] ERROR MyResponseHandler [] - Unable to send response. Exception: System.Web.Services.Protocols.SoapException Message: System.Web.Services.Protocols.SoapException: There was an exception running the extensions specified in the config file. ---&gt; System.Web.HttpException: Maximum request length exceeded. at System.Web.HttpRequest.GetEntireRawContent() at System.Web.HttpRequest.get_InputStream() at System.Web.Services.Protocols.SoapServerProtocol.Initialize() --- End of inner exception stack trace --- at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response) at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean&amp; abortProcessing) Source: System.Web.Services at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at MyServiceProxy.UploadResponse(String callerIdentifier, String serviceName, String referenceIdentifier, String content, String contentFormat) at MyResponseHandler.UploadResponse(MyRequest request) at MyResponseHandler.TransmitAllResponses() </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload