Skip to Content
0
Dec 18, 2007 at 08:22 PM

Repository Framework web service / queryExpression

19 Views

I'm using the Repository Framework web service, and its working great so far, but having some trouble figuring out the syntax of the 'queryExpression' input parameter. I would like to retrieve all documents modified after a specific date, so I was trying the following syntax, but getting generic 'InvalidParameterException' error. When I remove the queryExpression parameter, the web service is working fine.

modified > "20070101T12:00:01"

Thanks in advance.