Is it possible to use restClient for JAX-RS endpoint?

Hello Team,

We have custom JAX-RS endpoint, and we wanted to use it in fragment using restClient.

restClient is working fine for headless endpoints but seems to be not working with JAX-RS custom endpoint

Thanks
Priyank Gajera

The restClient guy is designed to talk to Liferay’s RESTBuilder-based services. If you use RESTBuilder, the restClient should work fine. For just regular JAX-RS applications, I don’t know that it is meant to support that.