Hi, im trying use the WebService method UpdateListItems. But it doesn't work.
I have some custom fields in my LIST, and this fields i cant insert, just the nom custom fields...
A exemple of my code:
IDMethod++;
businessXml.AppendFormat("<Method ID='{0}' Cmd='New'>", IDMetod);
businessXml.Append("<Field Name='ID'>New</Field>");
businessXml.Append("<Field Name='people_x0020_name0'>11111</Field>");
businessXml.Append("<Field Name='habilit' Type='Text'>1</Field>");
businessXml.Append("<Field Name='Title'>asfdsadf</Field>");
businessXml.Append("<Field Name='Life_x0020_Of_x0020_Cicle'>asdfasdf</Field>");
businessXml.Append("<Field Name='Begin'>2005-05-05</Field>");
businessXml.Append("<Field Name='End'>2005-05-05</Field>");
businessXml.Append("</Method>");
from the GetListItems webService i get that fields, for example:
ows_Title
ows_people_x0020_name0
ows_Begin
some body can help-me?
please