trulia / trulia-java-rets-client

Trulia Java RETS Client is library used to access data on RETS compliant servers.
Other
32 stars 41 forks source link

GetObjectRequest with "*" is broken #11

Open galdolber opened 9 years ago

galdolber commented 9 years ago

The example code from the homepage to get an object is broken for me. req.addObject(id, "*"); // returns a list of the files but when I copy the InputStream to a file the file is empty It works if I specify the position of the photo: req.addObject(id, "1");