Category Archives: lists.asmx

Quick u sempliċi: Solve "Invalid URL Parametru” problema bil UpdateListItems fil lists.asmx

When working with UpdateListItems via lists.asmx, it’s easy to generate the error:

Invalid URL Parameter.

The URL provided contains an invalid Command or Value. Please check the URL again.

You can get this error when you forget to include ID in the the list of fields to update.  Dan, like a lot of these SP web services, is a bit counterintuitive since you need to include the ID in the ID attribute of the <Method> element.  And you’re not updated ID and probably never want to in the first place.

This SOAP envelope works:

<soapenv:Xmlns Pakkett:soapenv ='http://schemas.xmlsoap.org/soap/envelope/'>
  <soapenv:Korp>                      
    <UpdateListItems xmlns='http://schemas.microsoft.com/sharepoint/soap/'>                     
      <Jwaqqgħu l-weraq>{C712E2EA-54E1-47AD-9D99-1848C7773E2F}</Jwaqqgħu l-weraq>                     
        <updates>                     
         <Batch OnError="Continue">
          <Method ID="1" Cmd="Update">
            <Field Name="CooperativeLock">locked!</Field>
            <Field Name="ID">1</Field>
          </Method>
        </Batch>                     
        </updates>                
      </UpdateListItems>             
  </soapenv:Korp>         
</soapenv:Envelop>

If you strip out the ID field reference then you’ll get the annoying “Invalid URL parameter” message.

</aħħar>

undefinedAbbona għall-blog tiegħi.

Follow lili Twitter fi http://www.twitter.com/pagalvin