Thank you for your article "Add Sharepoint List Items With InfoPath". I am currently working on a project that requires this very task. I took the article and personalized it to my particular Custom List. However, when I click Submit I get the following error message:
The SOAP response indicates that an error occurred on the server:
Exception of type Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
<detail>
<errorstring xmlns="http://schemas.microsoft.com/sharepoint/soap/">
List does not exist
The page you selected contains a list that does not exist. It may have been deleted by another user. Click "Home" at the top of the page to return to your Web site.
</errorstring>
<errorcode xmlns="http://schemas.microsoft.com/sharepoint/soap/">0x82000006</errorcode>
</detail>
So, it would seem that I'm missing the boat on the location of the custom list? It retrieves the data from the custom list fine. Only when I submit does it give me this error. Is there a place where I can find the exact location of the custom list? The place I retrieve the custom list is located here...
"http://projectdev.abcd.com/Project Database"
The custom list is displayed fine.
On the Submit Data Connection, I am trying the Web service here...
"http://projectdev.abcd.com/_vti_bin/lists.asmx?WSDL"
...and I get the mentioned error. I've tried other locations for the submit, like...
"http://projectdev.abcd.com/Project Database/_vti_bin/lists.asmx?WSDL"
...but it doesn't find the web service.
I would appreciate any help and guidance you can give.
-Thanks