Hi All,
I was trying to insert a SharePoint List data from InfoPath form and I followed the instruction in this post: http://www.infopathdev.com/blogs/matt/archive/2006/02/02/Add-SharePoint-List-Items-with-InfoPath.aspx
I have build the CAML file, web service using lists.asmx -> UpdateListItems. The problem I faced is I can successfully insert the data into SharePoint List using InfoPath preview but it failed after I published it to SharePoint site and trying to submit through browser. The error is
"An error occurred while trying to connect to a Web service.
An entry has been added to the Windows event log of the server.
Log ID:5567"
Does anyone facing this issue too?
P/s: I am using SharePoint Online, InfoPath Designer 2013 and SPD 2013.
Thank you in advanced.