sending a meeting request with webdav
Exchange Server Forum Index Exchange Server
Discussion forums for Microsoft Exchange Server users.
Microsoft Outlook
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web ExchangeServerHelp.com
sending a meeting request with webdav

 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development
Author Message
Guest






Posted: Tue Sep 20, 2005 10:36 pm    Post subject: sending a meeting request with webdav Reply with quote

Hi everybody,
i'm trying to create a meeting request and send it to some users using
WebDav through Exchange 2003. I've read the Exchange 2003 SDK ("Sending
a Meeting Request (WebDAV)") where it explains how to do it, but i get
an error when i create the meeting item in the organizer's calendar
folder (the first call to CreateMeeting). Surely, this error is well
known ;) -> error (440) Login Timeout.
I think that problem is that Exchange 2003 has enabled the Forms Base
Authentification, but i can't disabled it.
Do you know how to do it with FBA enabled?!?!

Thank you very much.

Sergio Calleja

Back to top
Henning Krause [MVP - Exc
Guest





Posted: Tue Sep 20, 2005 11:21 pm    Post subject: Re: sending a meeting request with webdav Reply with quote

Hello,

I have an article on that topic on my website:
http://www.infinitec.de/exchange/howtos/webdavwithfba.aspx

Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de


<sergio.calleja@gmail.com> wrote in message
news:1127237807.357339.166400@z14g2000cwz.googlegroups.com...
Quote:
Hi everybody,
i'm trying to create a meeting request and send it to some users using
WebDav through Exchange 2003. I've read the Exchange 2003 SDK ("Sending
a Meeting Request (WebDAV)") where it explains how to do it, but i get
an error when i create the meeting item in the organizer's calendar
folder (the first call to CreateMeeting). Surely, this error is well
known ;) -> error (440) Login Timeout.
I think that problem is that Exchange 2003 has enabled the Forms Base
Authentification, but i can't disabled it.
Do you know how to do it with FBA enabled?!?!

Thank you very much.

Sergio Calleja
Back to top
Guest






Posted: Wed Sep 21, 2005 12:59 am    Post subject: Re: sending a meeting request with webdav Reply with quote

Thank you very much for your answer, but we prefer not use third party
products, any idea to do it?

Henning Krause [MVP - Exchange] ha escrito:

Quote:
Hello,

I have an article on that topic on my website:
http://www.infinitec.de/exchange/howtos/webdavwithfba.aspx

Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de


sergio.calleja@gmail.com> wrote in message
news:1127237807.357339.166400@z14g2000cwz.googlegroups.com...
Hi everybody,
i'm trying to create a meeting request and send it to some users using
WebDav through Exchange 2003. I've read the Exchange 2003 SDK ("Sending
a Meeting Request (WebDAV)") where it explains how to do it, but i get
an error when i create the meeting item in the organizer's calendar
folder (the first call to CreateMeeting). Surely, this error is well
known ;) -> error (440) Login Timeout.
I think that problem is that Exchange 2003 has enabled the Forms Base
Authentification, but i can't disabled it.
Do you know how to do it with FBA enabled?!?!

Thank you very much.

Sergio Calleja


Back to top
Henning Krause [MVP - Exc
Guest





Posted: Wed Sep 21, 2005 8:58 am    Post subject: Re: sending a meeting request with webdav Reply with quote

Hello,

well, thats fine. Just read the article. Example code is presented using
only standard .NET components (HttpWebRequest class)

Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de


<sergio.calleja@gmail.com> wrote in message
news:1127248566.146951.260410@o13g2000cwo.googlegroups.com...
Quote:
Thank you very much for your answer, but we prefer not use third party
products, any idea to do it?

Henning Krause [MVP - Exchange] ha escrito:

Hello,

I have an article on that topic on my website:
http://www.infinitec.de/exchange/howtos/webdavwithfba.aspx

Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de


sergio.calleja@gmail.com> wrote in message
news:1127237807.357339.166400@z14g2000cwz.googlegroups.com...
Hi everybody,
i'm trying to create a meeting request and send it to some users using
WebDav through Exchange 2003. I've read the Exchange 2003 SDK ("Sending
a Meeting Request (WebDAV)") where it explains how to do it, but i get
an error when i create the meeting item in the organizer's calendar
folder (the first call to CreateMeeting). Surely, this error is well
known ;) -> error (440) Login Timeout.
I think that problem is that Exchange 2003 has enabled the Forms Base
Authentification, but i can't disabled it.
Do you know how to do it with FBA enabled?!?!

Thank you very much.

Sergio Calleja

Back to top
Guest






Posted: Wed Sep 21, 2005 2:48 pm    Post subject: Re: sending a meeting request with webdav Reply with quote

Thank you very much Henning, i'll send you a present if it works!!! ;)

Best regards.

Sergio Calleja
Back to top
Guest






Posted: Wed Sep 21, 2005 4:59 pm    Post subject: Re: sending a meeting request with webdav Reply with quote

Hello everybody again,
Henning, i've tried to log on with your sample code and i get the same
error when i try to get response ("response = (HttpWebResponse)
request.GetResponse();"), any idea??
Please, help me! :(

Thank you very much.

Sergio Calleja
Back to top
Henning Krause [MVP - Exc
Guest





Posted: Fri Sep 23, 2005 12:58 am    Post subject: Re: sending a meeting request with webdav Reply with quote

Hello Sergio,

at which point in the code are you? During the FBA Authentication or after
that?

Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de


<sergio.calleja@gmail.com> wrote in message
news:1127307403.491758.285040@g43g2000cwa.googlegroups.com...
Quote:
Hello everybody again,
Henning, i've tried to log on with your sample code and i get the same
error when i try to get response ("response = (HttpWebResponse)
request.GetResponse();"), any idea??
Please, help me! :(

Thank you very much.

Sergio Calleja
Back to top
Guest






Posted: Fri Sep 30, 2005 8:58 am    Post subject: Re: sending a meeting request with webdav Reply with quote

Hi again,
after pass a some days in bed because of a cold, i have taken up again
the problem.
I get the same error during the FBA Authentication.

Thank you very much,

Sergio
Back to top
Henning Krause [MVP - Exc
Guest





Posted: Fri Sep 30, 2005 4:58 pm    Post subject: Re: sending a meeting request with webdav Reply with quote

Hello Sergio,

well... to which address are you sending your authentication request?

Greetings,
Henning Krause
MVP - Exchange
http://www.infinitec.de


<sergio.calleja@gmail.com> wrote in message
news:1128068240.717101.64670@o13g2000cwo.googlegroups.com...
Quote:
Hi again,
after pass a some days in bed because of a cold, i have taken up again
the problem.
I get the same error during the FBA Authentication.

Thank you very much,

Sergio
Back to top
 
Post new topic   Reply to topic    Exchange Server Forum Index -> Development All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server Dedicated Servers
Contact Us
New Topics Powered by phpBB