ColdFusion, Windows Server 2008, Fax Issue
We have been using 32-bit ColdFusion 8 on a 32-bit Windows Server 2003 machine. Through this system, we have been able to send faxes by instantiating a FaxServer COM object via a cfobject call. Up until now, we have not had any problems with this.
Now, we are continuing on ColdFusion 8, but we are installing a 64-bit version of CF8 on a new box that has Windows Server 2008, also 64-bit. The problem is that we've learned that Windows Server 2008 64-bit does not support COM objects anymore, and therefore our previous cfobject calls can no longer be used to send out faxes. I must have spent a whole day researching the issue, and I have not been able to find a solution.
What would be the ideal method, object call, or 64-bit solution that can allow us to once again send a fax via our ColdFusion scripts through our Windows Server 2008 machine? Thanks!
Tony