Foren

calling a custom service in liferay

Abhi Ed, geändert vor 11 Jahren.

calling a custom service in liferay

Regular Member Beiträge: 118 Beitrittsdatum: 04.06.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: calling a custom service in liferay

Junior Member Beiträge: 99 Beitrittsdatum: 27.01.12 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: calling a custom service in liferay

Junior Member Beiträge: 99 Beitrittsdatum: 27.01.12 Neueste Beiträge
Please go through this link for the same.

I hope it may helps you.
thumbnail
Amit Doshi, geändert vor 11 Jahren.

RE: calling a custom service in liferay

Liferay Master Beiträge: 550 Beitrittsdatum: 29.12.10 Neueste Beiträge
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, geändert vor 11 Jahren.

RE: calling a custom service in liferay

Liferay Master Beiträge: 550 Beitrittsdatum: 29.12.10 Neueste Beiträge
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.