04-06-05 07:56 AM
Hi, I'm trying to read from a Notes 6 database using Collaborative Services
(this is from a WebSphere portlet so it's a Java web app).
I can get ViewInfo and RowInfo with no errors. I can get the UNID of each do
cument in the RowInfo objects.
When I try to use dominoservice.getDocumentInfo the HashMap returned is alwa
ys null, even if I only pass one field name in the string array and it's a f
ield name that I know for sure ins in the document.
The doco isn't much help:
http://www-106.ibm.com/developerwor...inoService.html
[ Post a follow-up to this message ]
|