Hi community,
I am accesing Liferay data from an external system via JSON/REST. The services consist in both custom and built-in services of Liferay. I have no problem with custom services as I can add or modify the methods whenever I need.
But I would like to extend UserService with a new method and expose it via JSON service too.
I Implemented a
Hook to override a Portal Service and deploed it to Liferay server, but the new method does not seem to be exposed via REST
Did anyone override + expose Liferay own services?
Regards!!!
Please sign in to flag this as inappropriate.