I have a rest web service class that is configured in one our plugins.
It works correctly when deployed to our development environment but when we try and deploy to locally using cargo I get a response
<data contentType="null" contentLength="0"><![CDATA[]]></data>
I have checked the following option jive.ws.disabled is set to false:
<jive.ws.disabled>false</jive.ws.disabled>
<jive.devMode>true</jive.devMode>
The plugin is deployed correctly I can see it in the admin console. Also Rest webservices are enabled and allow annonymous users to call it.
Any ideas as what this might be the. The same request on our development environment works.