moss

Infopath to Excel through code

I would like to convert data from infopath form to excel spreadsheet through code. I know you can export the data using the feature in infopath, but I am interested in doing this through code (like a part of a workflow). Can anybody suggest a way for doing this or a possible starting point? Thanks. ...

MOSS 2007 404 error when accessing Lists.asmx webservice

Currently I have an ASP.net 4.0 app in which I've made a web reference to an MOSS 2007 server. When I access any lists.asmx methods from the root application, everything works fine. However, if I try to change the service URL in C# code-behind to that of a subfolders list.asmx, then access the any method, I get a 404 error. The really st...