user173792
user173792

Reputation:

Using Sharepoint web-services with Coldfusion

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.

Upvotes: 4

Views: 476

Answers (1)

Terry Ryan
Terry Ryan

Reputation: 1911

Not the greatest answer but ColdFusion 9 has built-in capabilities to talk to SharePoint. ColdFusion 9 handles your issue out of the box.

Upvotes: 1

Related Questions