(and if so, how?)
I have a Liferay portlet that was built using service builder that provides services to other portlets and I am wondering if I can use the same jar in my servlets. So far I haven't been successful. I tried creating a portlet and tried calling the same services from that portlet and that didn't work either. So I must be missing something in the configuration of the portlet and servlet that allows those services to be utilized. What did I miss?
Running Liferay 6.1.1 Tomcat (7) bundle on Windows if that makes a difference...