I am using InfoPath 2003 and I have a form that is published to SharePoint 2007.
I need a way to read information about a single item from a SharePoint Document Library. Unfortunately, when I set up a standard data connection to the library, it appears to pull all of the information on the first page of the default view, which causes a performance hit. What I need is to do select just the relevant information from the library. I think the way to do that is with a web service (either Lists.asmx or dspsts.asmx). Unfortunately, I can't seem to find any information about how to do this.
Can someone point me in the right direction?
Thank you for any and all help.