ColdFusion 10 and Exchange 2010 using cfexchangecontact
We recently upgraded from CF9 to CF10 so that we can support Exchange 2010 contacts and calendar events. However, I am having difficulties with the CFEXCHANGECONTACT tag. I am able to successfully connect to the Exchange service but it doesn't appear to understand the CF. I've search the Adobe website but there is little to no information regarding this issue.
I am receiving the following error messages when I am using the different ACTION attribute values:
CODE: <cfexchangecontact action="get" connection="myExchangeConnection" name="exchangeContact">
MESSAGE: "The request failed. Could not read value from START_ELEMENT.Could not find CHARACTERS"
CODE: <cfexchangecontact action="create" connection="myExchangeConnection" name="exchangeContact">
MESSAGE: "Error occurred during an operation is executed in the exchange server. Error Code : ErrorInvalidArgument"
CODE: <cfexchangecontact action="modify" connection="myExchangeConnection" name="exchangeContact">
MESSAGE: "Error occurred during an operation is executed in the exchange server. UID is malformed"
The error messages are so generic that I am unable to determine where the error is occuring. I can't tell if it's an exchange issue or an issue with CF10. If anyone has able to get CF10 to successfully update information in Exchange 2010 I would greatly appreciate your input.
Thank you in advance for your assistance!
Bettina
