How to use SharePoint UpdateListItems web service?

L

lior

I design an InfoPath form (new blank form).

My form contain 2 text controls: "FirstName" and "LastName" and one Button.

I want that click on this button will enter the controls' value into a
Sharepoint list that contain 5 culomns which 2 of them are "fName" and
"lname" (ofcourse each value will be enter to the specific culomn in list).

How can I do this by code???
How can I use the UpdateListItems web service?
I created Data connection to this web service, but I dont what to put in
"ns2:listName" and in "ns2:updates"

How can I (by code) choose wich culomn in list will be update (in which
value)?

I want to be able both insert new record to list and update exist record!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top