boolean retVal = myWebDavResource
.proppatchMethod("/slide/files/testPropertyFind",
new PropertyName("http://example.com", "propname"),
"propvalue",
true);which always returns false and the WebDavResource status code is set to 400.
If I change the namespace URI of the PropertyName constructor to "DAV:", it works as expected.
Can anyone give me a clue as to why this is not working?
Robert
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
