Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You’re using Mtom together with streamed transfer mode. This may cause issues. Please try to remove Mtom. Actually, Mtom is a very old standard anyway. In addition, when using SOAP services with streamed transfer mode, we can only have a single parameter whose type is Stream. We cannot use a custom type like Encapsulator.</p> <p>The recommended solution to build file upload/download services is to use REST. One of the ways to build REST services on .NET platform is to use ASP.NET Web API: <a href="http://www.asp.net/web-api" rel="nofollow">http://www.asp.net/web-api</a>. Using this API, we don’t need to deal with streaming transfer mode. What we need to deal with is the Range header. This blog post may help: <a href="http://blogs.msdn.com/b/codefx/archive/2012/02/23/more-about-rest-file-upload-download-service-with-asp-net-web-api-and-windows-phone-background-file-transfer.aspx" rel="nofollow">http://blogs.msdn.com/b/codefx/archive/2012/02/23/more-about-rest-file-upload-download-service-with-asp-net-web-api-and-windows-phone-background-file-transfer.aspx</a>. But please also note this API is not released yet. If you don't want to use pre-release products, you can use other technologies, for example, you can use MVC controller as a REST service, or use WCF REST service, or build a custom http handler, etc. If you want to use Stream, a custom stream is needed. I would like to suggest you to check <a href="http://blogs.msdn.com/b/james_osbornes_blog/archive/2011/06/10/streaming-with-wcf-part-1-custom-stream-implementation.aspx" rel="nofollow">http://blogs.msdn.com/b/james_osbornes_blog/archive/2011/06/10/streaming-with-wcf-part-1-custom-stream-implementation.aspx</a> for a sample.</p> <p>Best Regards,</p> <p>Ming Xu.</p>
    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.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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