Note that there are some explanatory texts on larger screens.

plurals
  1. POwebService request failed with HTTP status 404
    primarykey
    data
    text
    <p>I have problem with sending a big file via webService (System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse).</p> <p>Everything works fine when the file is smaller then 20 MB, if it's bigger i get a response with 404 code. </p> <p><strong>Exception Information</strong></p> <pre><code>Exception Type: System.Net.WebException Status: ProtocolError Response: System.Net.HttpWebResponse Message: The request failed with HTTP status 404: Not Found. Data: System.Collections.ListDictionaryInternal TargetSite: System.Object[] ReadResponse(System.Web.Services.Protocols.SoapClientMessage, System.Net.WebResponse, System.IO.Stream, Boolean) HelpLink: NULL Source: System.Web.Services </code></pre> <p><strong>StackTrace Information</strong></p> <pre><code> 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 ie.osds.DocumentsTransferBLL.FSDMZRepositoryService.FileStreamingWebService.UploadScanning(DateTime DateCreated, String Title, String FileName, String ReferenceNumber, String Author, String DocumentType, XmlNode IndexData, Byte[] Content, Nullable`1 IsCompressed, Nullable`1 Version, DateTime DateReceived, String CreatedBy, String OrigDocumentGUID) at ie.osds.DocumentsTransferBLL.Actions.ActionsHelper.UploadDocumentToDMZFileStreaming(FileStreamingWebService fsDMZWebService, SPQDocument spqDocument, String documentReferenceNumber, String documentAuthor, String documentType, Byte[] documentContent, String version, DateTime dateReceived) at ie.osds.DocumentsTransferBLL.Actions.DocumentsUploadAction.Upload()* </code></pre>
    singulars
    1. This table or related slice is empty.
    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.
 

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