Does anyone know of any good resources that cover writing to
SharePoint list services using InfoPath 2007? I've been using the
following article as reference:
http://msdn2.microsoft.com/en-us/library/cc162745(printer).aspx
The problem is, while the web service execution code does prompt for
authentication to the service, the data never shows up in the list
itself. We're using MOSS 2007 Enterprise. I'm wondering if there's a
better article than the one above that covers only adding new items to
SharePoint lists from InfoPath using C#, since the article above
covers creation, updating, and deletion of list items, and all I care
about at this point is creation.