Note that there are some explanatory texts on larger screens.

plurals
  1. POCopyIntoItems Sharepoint SOAP Action Parameters
    primarykey
    data
    text
    <p>I am trying to upload a file using SOAP Action</p> <pre><code>POST /_vti_bin/Copy.asmx HTTP/1.1 Host: my.hostname.net Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://schemas.microsoft.com/sharepoint/soap/CopyIntoItems" &lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&gt; &lt;soap:Body&gt; &lt;CopyIntoItems xmlns="http://schemas.microsoft.com/sharepoint/soap/"&gt; &lt;SourceUrl&gt;string&lt;/SourceUrl&gt; &lt;DestinationUrls&gt; &lt;string&gt;string&lt;/string&gt; &lt;string&gt;string&lt;/string&gt; &lt;/DestinationUrls&gt; &lt;Fields&gt; &lt;FieldInformation Type="Invalid or Integer or Text or Note or DateTime or Counter or Choice or Lookup or Boolean or Number or Currency or URL or Computed or Threading or Guid or MultiChoice or GridChoice or Calculated or File or Attachments or User or Recurrence or CrossProjectLink or ModStat or AllDayEvent or Error" DisplayName="string" InternalName="string" Id="guid" Value="string" /&gt; &lt;FieldInformation Type="Invalid or Integer or Text or Note or DateTime or Counter or Choice or Lookup or Boolean or Number or Currency or URL or Computed or Threading or Guid or MultiChoice or GridChoice or Calculated or File or Attachments or User or Recurrence or CrossProjectLink or ModStat or AllDayEvent or Error" DisplayName="string" InternalName="string" Id="guid" Value="string" /&gt; &lt;/Fields&gt; &lt;Stream&gt;base64Binary&lt;/Stream&gt; &lt;/CopyIntoItems&gt; &lt;/soap:Body&gt; &lt;/soap:Envelope&gt; </code></pre> <p>I wish to upload a PDF file or Doc file. I am using Firefox extension Poster</p> <p>I have the source and destination URLs</p> <p>What should be the values of <code>&lt;FieldInformation&gt;</code> and <code>&lt;Stream&gt;</code> ?</p> <p>Thanks in advance</p> <p>Viv</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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