Message Boards

Axis SOAP services in Liferay 7.3

Mitchell Roberts, modified 3 Years ago.

Axis SOAP services in Liferay 7.3

New Member Posts: 6 Join Date: 3/10/17 Recent Posts
Hello everyone,
My company is in the process of upgrading our Liferay 7.1.2 deployment to a Liferay 7.3.2 deployment. We have historically made use of the Axis SOAP services in our code to pull in several data models as needed. Some of those services, namely the Message Boards (MBCategoryServiceSoap, MBMessageServiceSoap, etc), no longer seem to be listed when I check the Axis URL (localhost:8080/api/axis) for available services.
Have these services been moved to a different end point? Or are they no longer exposed via SOAP/Axis in Liferay 7.3.2?
Any help or insight at all would be greatly appreciated!
Thanks,
Mitchell
Carlos Rolin, modified 3 Years ago.

RE: Axis SOAP services in Liferay 7.3

New Member Post: 1 Join Date: 12/11/20 Recent Posts

Hello Mitchell,

 

I was having the same issue and after a little research i have found that there is a property that in v7.3 is, by default, set as false and thats why you receive that error.

 

You can add the following property:

axis.servlet.enabled=true

in your portal-ext.properties and then you will be able to use the SOAP webservices.

 

Best regards,

Carlos