I'm running CF8 and trying to use the web-services of Sharepoint WSS 3.0. I have not been able to authenticate due to the use of NTLM of the Sharepoint side.
I read that if you save the WSDL on the CF server you can work around the authentication while still generating a stub, but I have been unsuccessful with that as well.
Does any one have an example or advice on how to get Coldfusion to use Sharepoint's web-services? Even an easy function like GetListCollection() would help.