MOSS Forum

 
Home » Forum » MOSS       Ask a questionRSS Feeds

Creating New List Items via SharePoint Web Services from InfoPath 2007

  Asked By: Ariel Logan         Date: Feb 08, 2009      Category: MOSS      Views: 734
 

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.

Tagged:                      

 

1 Answer Found

 
Answer #1       Answered By: Terrance Vasquez          Answered On: Feb 08, 2009       

Are you using web-based forms that are also hosted by the same web  application
with list  or are you
talking about all forms?

If the first one is true, you may use the sharepoint  object model.
For the second case, you should use sharepoint web services  or a custom web
service
to sharepoint.

 


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].