Note that there are some explanatory texts on larger screens.

plurals
  1. POSharePoint: 401 Auth error while adding file to SharePoint library from Silverlight
    primarykey
    data
    text
    <p>I am trying to add a XML file to a library in SharePoint 2010 site from a silverlight application. I am following the steps as in <a href="https://sharepoint.stackexchange.com/questions/1837/how-can-i-upload-a-file-to-a-sharepoint-document-library-using-silverlight-and-cl">https://sharepoint.stackexchange.com/questions/1837/how-can-i-upload-a-file-to-a-sharepoint-document-library-using-silverlight-and-cl</a> and <a href="http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/f135aaa2-3345-483f-ade4-e4fd597d50d4" rel="nofollow noreferrer">http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/f135aaa2-3345-483f-ade4-e4fd597d50d4</a> and <a href="https://stackoverflow.com/questions/2419951/how-can-i-upload-a-file-to-a-sharepoint-document-library-using-silverlight-and-cl">How can I upload a file to a Sharepoint Document Library using Silverlight and client web-services?</a>.</p> <p>But I am getting an Auth error.</p> <p>On some changes to a silverlight view (MVC), the data is updated in the database. I trigger a service (basicHTTP) on the silverlight web app to get the data from the database and write an XML file. Once the file is written, I try to upload the file to the SharePoint library using the SharePoint's Copy webservice.</p> <p>Any clue?</p> <p><strong>Edit:</strong></p> <p>I tried putting the code for uploading the file in a different service in the silverlight server. But, I cannot use WSHttp binding as Silverlight doesnot support it. I am using basicHttp binding. How can I send the windows user credentials?</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.
 

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