We have been looking into ColdFusion-SharePoint integration and we've run into some stumbling blocks that we can't get past. We are attempting to use web services from ColdFusion to connect to SharePoint and retrieve and display list data.
The specific SharePoint web service is Lists.asmx and the method is getListItems(). This method requires two arguments whose values are expected to be XML nodes. When attempting the call from ColdFusion (one of our developers, not me), we get a message that states "invalid argument type".
Does anyone have experience with ColdFusion-SharePoint integration?
Thanks.
Charlie Ashford, Carolinas HealthCare System
Comments
I have not personally messed with it, but I came across this out there... http://stackoverflow.com/questions/747905/coldfusion-how-to-use-sharepoints-getlistitems-with-coldfusion
Thanks. This looks like a good post. I'll check it out more thoroughly on Monday. It does look like they are still having the same problem as we are with the illegal argument exception. Thanks.
I've been looking into calling that same method in Sharepoint (but from C#) but haven't figured out the arugments yet either. If you do find out what works, please post again.