----- Original Message ----- From: "Iwan Birrer" <[EMAIL PROTECTED]>
> > I'm going to give you a hint that might be useful for you. > > To fix your problem, look into src\org\apache\util\QName > > and NSStack.java. > > > > The reason why they are related with this is the way to > > declare the new xml namespace. I guess the xml parser > > on your servers couldn't parse colon signs not as a namespace. > > The strange thing is that it it works for propfind. > > Where is the best place in the code to set the query? So that I can try some > different queries easily. Hi, Please look into src/org.apache.webdav.lib.methods.PropPatchMethod.java Sung-Gu > > (What's ur web server and xml parser? Helpful to others to know it?) > > Webserver: IIS 5.0 > XML Parser: MSXML Core Services 4.0 (SP1) > > > So it's needed to declare and use it, I guess. And I hope. > > Whenever it's set a prop with a new namespace, it should > > be distinguished by the client. I hope it's helpful to you. > > I may expect a patch from anyone and a solution to be fixed. > > > > Sung-Gu > > > > P.S.: If I get the problem wrong, please don't hesistate to point it. > > Thanks a lot for your help! > > > ----- Original Message ----- > > From: "Kevin Moran" <[EMAIL PROTECTED]> > > To: "Slide Users Mailing List" <[EMAIL PROTECTED]> > > Sent: Sunday, November 24, 2002 8:03 AM > > Subject: Re: webdavClient: proppatch - Bad Request( 400 ) > > > > > > > Hi, > > > I'm seeing the same thing. I've tried to use > > > proppatch with two recent cuts of the code (10/01/2002 > > > and 11/22/2002) and both exhibit the same behavior. > > > This is a critical bug for me as my app has to be able > > > to call proppatch on a document to set or reset its > > > content type. Unfortunately, because I need > > > versioning support, I can't revert to 1.0.16 where I > > > know this works. Anyone know how to fix this? I'm > > > willing to wade into the code if I have an idea of > > > where the problem might be. > > > > > > Thanks, > > > -kevin > > > > > > P.S. I'm running JDK 1.4.0 under Red Hat 7.2. > > > > > > --- Iwan Birrer <[EMAIL PROTECTED]> wrote: > > > > Hello, > > > > > > > > I used slide now for a few days and everything > > > > worked ok till I wanted to > > > > use the proppatch methods. I alway get a Bad Request > > > > (400) from the Server. > > > > > > > > Find and search Methods are working just fine. > > > > > > > > My configuration: slide 1.0.16 > > > > Server: Exchange 2000 > > > > > > > > I tried the following command in the command line > > > > tool, and it went wrong as > > > > well. > > > > > > > > proppatch /public/contacts/myContact.EML > > > > urn:schemas:contacts:givenName > > > > newName > > > > > > > > What am I doing wrong? > > > > > > > > Iwan > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
