Hello.
I am using InfoPath 2003, VS 2008, and SharePoint 2007. I am writing a custom workflow in VS2008 and I need to get to the data inside the form. My InfoPath form submits to a forms library. On an approval or rejection event, the workflow is fired. Inside the workflow, I need to process some data from inside the form, but I cannot get to it. I have tried the System.Net.Webclient class to download the form, but all I get is HTML. Am I missing something? I've done this in SharePoint 2003 without issue. Any help is greatly appreciated.
Thanks