[OGo-XML-RPC] loadDocumentAsByteArray() does not work!

Derya K. xmlrpc@opengroupware.org
Fri, 12 May 2006 15:04:53 +0200


Hi,

i use the method loadDocumentAsByteArray() in the class
org.opengroupware.jogi.connect.xmlrpc.XmlRpcProject
to load a document from a projekt.*
*But it doesn't work!!!

byte [] loadfile;
loadfile = prj.loadDocumentAsByteArray("pic.jpg");

If i do a
System.out.println(prj.exists("pic.jpg"));
i get TRUE!!!
But the byte array is null!

Why that could be?

Thanks
Derya