I installed a trial of DBXL 2.9 on a dev farm. The farm consists of a SharePoint 2013 server and a SQL 2012 server. I created a separate site in IIS, and pointed the installer at the SQL server, and I am able to open the DBXL Admin Tool just fine.
I decided to use the Expense Report sample form for testing purposes, so I opened the form in InfoPath Designer, and published it to an existing site on the SharePoint server. I looked at the Data Connections in the form, and the DBXL Submit connection points to http://qdabratest/QdabraWebService/DbxlDocumentServiceEx.asmx?WSDL (qdabratest is the IIS site I created), and the SharePoint Library Submit connection points to http://internaldev:20131/ExpenseReportEventREceiver (the SharePoint site and document library).
I wanted to see if the form was working correctly with SharePoint before I went down the path of configuring it to write to SQL, so I opened a new form from the forms library, entered some data, and hit Submit. I am receiving the following error:
The form cannot be submitted because this action would violate cross-domain restrictions.
If this form template is published to a SharePoint document library, cross-domain access for user form templates must be enabled under InfoPath Forms Services in SharePoint Central Administration, and the data connection settings must be stored in a UDC file in a data connection library in the same site collection.
If this is an administrator-approved form template, the security level of the form must be set to full trust, or the data connection settings must be stored in a UDC file by using the Manage data connection files option under InfoPath Forms Services in SharePoint Central Administration
An entry has been added to the Windows event log of the server. Log ID:5758
I tried saving the connection file to a Data Connections Library on the same SharePoint site, but I still get the same error. I confirmed that cross-domain was enabled in the InfoPath Service Application in Central Admin.
Is there something else I need to configure before I am able to submit to a SharePoint library?