James,
Thanks for your response on the webdavResource error (previous post title ->
Re: PLEASE HELP WebdavResource init error, invalid port number.) I
monitored the packets using Ethereal and found that my request and the
request the webdav server wants were different. My inital request has to
have xml data as indicated below as well as some properties that are
different from the 'vanilla' properties that are passed to the webdav server
when the resource is constructed. Do I have to extend the session and
create my own resource to accomplish this or can I use the webdavResource?
Or in other words.....
HOW DO I GET FROM HERE (My current request)-->
Hypertext Transfer Protocol
PROPFIND /cgi-bin/hmdata HTTP/1.1\r\n
Request Method: PROPFIND
Authorization: Basic Ym9obm1hbkBob3RtYWlsLmNvbTpsb3ZlMWRheQ==\r\n
Credentials: [EMAIL PROTECTED]:xxxxxxx
Content-Type: text/xml; charset=utf-8\r\n
User-Agent: Jakarta Commons-HttpClient/2.0final\r\n
Host: oe.hotmail.com\r\n
Content-Length: 207\r\n
Depth: 0\r\n
\r\n
TO HERE? -->
Hypertext Transfer Protocol
PROPFIND /svcs/hotmail/httpmail.asp HTTP/1.1\r\n
Request Method: PROPFIND
Host: services.msn.com\r\n
Content-Length: 343\r\n
Content-Type: text/xml\r\n
User-Agent: Outlook Express/5.5 (MSIE 5.0; Windows 98; TmstmpExt)\r\n
\r\n
Line-based text data: text/xml
<?xml version="1.0"?>
<D:propfind xmlns:D="DAV:"
xmlns:h="http://schemas.microsoft.com/hotmail/"
xmlns:hm="urn:schemas:httpmail:">
\t<D:prop>
\t\t<h:adbar/>
\t\t<hm:contacts/>
\t\t<hm:inbox/>
\t\t<hm:outbox/>
\t\t<hm:sendmsg/>
\t\t<hm:sentitems/>
\t\t<hm:deleteditems/>
\t\t<hm:drafts/>
\t\t<hm:msgfolderroot/>
\t\t<h:maxpoll/>
\t\t<h:sig/>
\t</D:prop>
</D:propfind>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]