views:

19

answers:

1

Hello to all,

I'm trying to create a new content page in sharepoint using the sharepoint webservices. Does anyone achived that ?

Many thanks

A: 

Essentially you are just adding an item to a list, just set the xml fields to the correct ones when updating the item.

If you dont know what fields/properties you need to set, do a get on the first few items to look at the xml

http://social.msdn.microsoft.com/forums/en-US/sharepointdevelopment/thread/6963fe06-573c-448b-8252-a35c43c8d3d6/ http://geekswithblogs.net/WayneMagnum/archive/2008/03/27/sharepoint-list-webservice-to-insert-item.aspx

Mauro