ThingWorx : Fetching service metadata of Things via Java sdk
Hi,
I am exploring the rest apis and java sdk apis for ThingWorx 8.5. I want to fetch the metadata of a Thing. I can do the same via REST api - <server/Thingworx/Things/{thing_name}. It returns json that contains all the services listed under key serviceMappings with their implementation under key serviceImplementations -

But the parallel java api on ConnectedThingClient getThing(<name>).getMetadata() returns _serviceDefinitionCollection and _serviceProcessors as null.
Am I missing anything here? How can I fetch the metadata for the Things' services ?
Update : Java sdk version latest - 6.1.0.679, ThingWorx Foundation version - 8.5

