Thank you, Alan, for pointing me to the MS Exchange 
plugin<https://groups.google.com/forum/#!topic/openbd/pFhCE38F_gM>. 
I successfully downloaded and got it installed. But I'm now getting an 
error that I'm having trouble pinpointing.
Performing the initial connection open:

    ExchangeOpenConnection( 
        connection="connExchange", 
        url="https://email.mydomain.com/EWS/exchange.asmx";,
        domain="mydomain", 
        username = "username", 
        password = "userpassword"
    );

I get an error:

java.lang.NoClassDefFoundError: org/apache/http/auth/Credentials
        at 
net.aw20.openbd.plugins.exchange.functions.ExchangeOpenConnection.execute(Unknown
 Source)
        at com.naryx.tagfusion.cfm.parser.CFFunctionExpression.Eval(Unknown 
Source)
        at com.naryx.tagfusion.cfm.parser.CFExpression.Exec(Unknown Source)
        at 
com.naryx.tagfusion.cfm.parser.script.CFExpressionStatement.Exec(Unknown Source)
        at 
com.naryx.tagfusion.cfm.parser.script.CFCompoundStatement.Exec(Unknown Source)
             :
            etc

It looks like it's complaining about the credentials, but when I visit the EWA 
URL directly in a browser and login using the same login/password as I'm trying 
to use in ExchangeOpenConnection, I'm able to get in with no problem and get 
back the WSDL.
Where else can I start looking to troubleshoot?

Also, as an aside, I appears that, unlike the CFEXCHANGE tags in ColdFusion, 
there is no facility in the BD Exchange plugin to pull the calendar from a 
different mailbox than the logged in user. Is that true?
I'm trying to build an application that can pull a number of different 
calendar's from a number of different users/mailboxes. The auth'd user of the 
connection has permissions to view all pertinent calendars, but it doesn't look 
like ExchangeGetAllCalendarItems() lets me target any mailbox other than the 
one that the connection is logged in as.

Any pointers would be appreciated!
Thanks,
-Carl




-- 
-- 
online documentation: http://openbd.org/manual/
 http://groups.google.com/group/openbd?hl=en

--- 
You received this message because you are subscribed to the Google Groups "Open 
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to