I've set up a test sub site in SharePoint 2010 to get familiar with the Rest web data service. I'm having problems right out of the box when trying to create a secondary data connection to a list. I select the Rest webservice option, enter the following url:
http://servername/site/subsite/subsite2/_vti_bin/ListData.svc/Test II?$select=Email
The endgame here is for me to add a drop down control to the primary data source that gives me all the rows of data from the email column in the secondary data source. The two error messages are as follows:
- Could not open http://servername/site/subsite/subsite2/_vti_bin/ListData.svc/Test II?$select=Email
- infopath cannot open the xml document: http://servername/site/subsite/subsite2/_vti_bin/ListData.svc/Test II?$select=Email. Not enough storage is available to process this command
I'm using IFS if that makes a difference. This is a web enabled form. Thanks in advance!