I am trying to test out the new cfexchange tags in
Colldfusion 8 so that I can integrate in with our intranet at some
point but am having some difficulty.
I am just testing by using the tag:
<cfexchangeconnection action="open" connection="myConn" server="192.168.0.20" username="myUsername" password="myPassword" formbasedauthentication="true">
I keep getting the error, Unable to connect to the Exchange server using HTTP/HTTPS protocol.
HTTP response code : 302
Here is what I have currently checked.
1) I can ping the exchange server from the server that is running Colfusion 8
2) The Exchange server has "allow" for MS Exchange Server in the "Web service Extension" of IIS
3) Outlook Web Access is working and is enabled for my user account
4) Rechecked the ip address of the Exchange Server
5) tried username/passsword combo that I use for Exchange and OWA and even tried appending username@domainname.local
Anyone have any ideas to test further
Thanks,
Brian
I am just testing by using the tag:
<cfexchangeconnection action="open" connection="myConn" server="192.168.0.20" username="myUsername" password="myPassword" formbasedauthentication="true">
I keep getting the error, Unable to connect to the Exchange server using HTTP/HTTPS protocol.
HTTP response code : 302
Here is what I have currently checked.
1) I can ping the exchange server from the server that is running Colfusion 8
2) The Exchange server has "allow" for MS Exchange Server in the "Web service Extension" of IIS
3) Outlook Web Access is working and is enabled for my user account
4) Rechecked the ip address of the Exchange Server
5) tried username/passsword combo that I use for Exchange and OWA and even tried appending username@domainname.local
Anyone have any ideas to test further
Thanks,
Brian