There's a small bug in the webconsole which makes impossible to view the all services and all objects file.
The bug resides in these files:
allobjects_xml.php
allservices_xml.php
Taking a deep look we can see they look for doc/objects/ and it's wrong, they have to look into doc/object, since objects doesn't exists anymore.