Infopath & Sharepoint List Connection

K

Kaan

Hi,

I succesfully get the list items to my form controls. The problem is I
cannot update the List data from infopath. I tried to use the sharepoint list
webservice, but I couldn't find how to tell the functions in the webservice
(such as UpdateListItems) to update or delete the specific List I want.

Is there any tutorial about it?

Thanks,

Kaan
 
M

Matthew Blain \(Serriform\)

There will be one in the upcoming _Developing Solutions With InfoPath_
(Microsoft Press).

Basically you have to call the UpdateListItems method yourself using script
and MSXMLHTTP/MSSOAP/MSOSOAP, or if you are using the .NET framework, using
a Web Reference in your code (this is a bit easier than the script methods).

A totally different alternate is to just use a form library instead of a
list. Then you just write XML documents instead of calling UpdateListItems.

--Matthew Blain
http://tips.serriform.com/
 

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