• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Sharepoint UpdateListItems

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I want to use the sharepoint-method UpdateListItems(strListId, batchElement) with XML-batchElement


I generate the client classes with ant:


In Lists.wsdl the method UpdateListItems has 2 input parameters (listName, updates)
Lists.wsdl:

But after creating of ListsStub object I can call the method UpdateListItems only with 1 parameter (updateListItems406)



What is the reason for the different number of parameters, maybe generator arguments?
Can I use lists.UpdateListItems(updateListItems406) the Update my XML-batchElement?

Thanks for your hints, Susi
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic