Just wanting to hear from others that are using infopath to submit to SharePoint lists. We recently ran into a very frustrating issue and are trying to figure out whether it's a defect or something already known. I've created multiple forms that users submit that writes via a web service to a list on SharePoint. In this particular instance, I wrote all of the C# code for submitting and event handling functions to a new list. However, no matter what I tried, I could not get data to submit to the list. There were no errors in the build and the message boxes said that the data had submitted successfully. In the past this kind of an issue was usually traced back to some sort of change in the GUID for the list. This time though I verified it multiple times.
What we eventually discovered was the culprit was that I had several fields in the CAML code that contained numbers. Once I changed those out to be alpha only, everything submitted just fine. I have been able to recreate this situation multiple times. Can someone tell me if this is intended behavior or do I need to let the farm administrators know that there may be an issue?
Regards