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