Hello Stephan, > Unfortunately, Exchange consistantly balked at me so I started Ethereal > and found out that my SEARCH request is in fact a POST with Method > SEARCH. Here's how the first few lines form a proper request (C# has no > problem with SEARCH requests... Is Sun listening?) > > SEARCH /exchange/[EMAIL PROTECTED]/Kontakte HTTP/1.1 > Authorization: Basic > Content-Type: text/xml.
You can extend PostMethod and override getName() to change the method name: http://jakarta.apache.org/commons/httpclient/apidocs/org/apache/commons/httpclient/HttpMethodBase.html#getName() The above is not valid HTTP/1.1, since there is no Host: header. hope that helps, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
