Foros de discusión

calling a custom service in liferay

Abhi Ed, modificado hace 11 años.

calling a custom service in liferay

Regular Member Mensajes: 118 Fecha de incorporación: 4/06/12 Mensajes recientes
hello,
I want to call a web service in my theme .For that i have created a jar which contains method for calling that web service .
I put that jar into lib/ext of my liferay jboss server.
Now in my navigation.vm can I access that service?

Am I doing sth wrong?Any suggestions?
thumbnail
Pinkesh Gandhi, modificado hace 11 años.

RE: calling a custom service in liferay

Junior Member Mensajes: 99 Fecha de incorporación: 27/01/12 Mensajes recientes
I am not sure but as per my knowledge we can only access those classes which are set from com.liferay.portal.velocity.VelocityVariables or defined in init.vm or we can fetch Liferay services/utility by $serviceLocator/$utilLocator.
thumbnail
Pinkesh Gandhi, modificado hace 11 años.

RE: calling a custom service in liferay

Junior Member Mensajes: 99 Fecha de incorporación: 27/01/12 Mensajes recientes
Please go through this link for the same.

I hope it may helps you.
thumbnail
Amit Doshi, modificado hace 11 años.

RE: calling a custom service in liferay

Liferay Master Mensajes: 550 Fecha de incorporación: 29/12/10 Mensajes recientes
Abhi Ed:
hello,
I want to call a web service in my theme .For that i have created a jar which contains method for calling that web service .
I put that jar into lib/ext of my liferay jboss server.
Now in my navigation.vm can I access that service?

Am I doing sth wrong?Any suggestions?


Abhi:-

Are you trying to access your own custom web service or liferay inbuilt web-service?
And one more thing, If you are trying to access Custom Web Service then make sure that it was created in Liferay Service Builder only. Don't Simply create the jar file and put it into the lib/ext, it will not work.

And after Creating the Custom Web-Service follow this link for access in theme.

Thanks & Regards,
Amit Doshi
thumbnail
Amit Doshi, modificado hace 11 años.

RE: calling a custom service in liferay

Liferay Master Mensajes: 550 Fecha de incorporación: 29/12/10 Mensajes recientes
Abhi:-

I put that jar into lib/ext of my liferay jboss server.


Don't put unless it is required. For your current Scenario you can put your Jar file in theme itself, by mentioning them in the liferay-plugin-package.properties.