I have been connecting to Dynamics CRM 2011 Online using SOAP so that I may create a connection to a PHP based CMS.
I have managed to get Office 365 and Windows live authentication sorted as well as the various functions I require. The one thing that remains is connecting using Active Directory.
The soaplogger provided in the CRM SDK is great for figuring out the functions however it doesn't seem to help with getting the Authentication sorted. What is the easiest way to get the SOAP messages for this? Fiddler doesn't seem to provide this authentication SOAP either (however my Fiddler skills are minimal at best)
This seems to be the closest I can find however this is for CRM 4 and I don't want to use this as it won't work in CRM 2013.