Fórum

calling a custom service in liferay

Abhi Ed, modificado 11 Anos atrás.

calling a custom service in liferay

Regular Member Postagens: 118 Data de Entrada: 04/06/12 Postagens Recentes
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 11 Anos atrás.

RE: calling a custom service in liferay

Junior Member Postagens: 99 Data de Entrada: 27/01/12 Postagens Recentes
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 11 Anos atrás.

RE: calling a custom service in liferay

Junior Member Postagens: 99 Data de Entrada: 27/01/12 Postagens Recentes
Please go through this link for the same.

I hope it may helps you.
thumbnail
Amit Doshi, modificado 11 Anos atrás.

RE: calling a custom service in liferay

Liferay Master Postagens: 550 Data de Entrada: 29/12/10 Postagens Recentes
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 11 Anos atrás.

RE: calling a custom service in liferay

Liferay Master Postagens: 550 Data de Entrada: 29/12/10 Postagens Recentes
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.