Message Boards

Custom web service with DXP 7.2.10.4-sp4

thumbnail
Steve Weiss, modified 2 Years ago.

Custom web service with DXP 7.2.10.4-sp4

Regular Member Posts: 107 Join Date: 9/20/11 Recent Posts

We have a custom web service (built using service builder) that worked fine with 7.2.10.3-sp3. Now, with sp4, it's giving a 404 error. The URL for the wsdl is this:

 

http://localhost:8080/o/gov.nasa.hq.liferay.search.service/api/axis/Plugin_nasa_GenericObjectService?wsdl

 

Has there been a change in the service URLs for sp4? Some other configuration change? Any help is greatly appreciated.

thumbnail
David H Nebinger, modified 2 Years ago.

RE: Custom web service with DXP 7.2.10.4-sp4 (Answer)

Liferay Legend Posts: 14919 Join Date: 9/2/06 Recent Posts

Nothing has changed in 7.2 with respect to SOAP endpoints (note that in 7.3 SOAP support has been deprecated).

I would actually recommend starting from gogo and verify that your bundle is active and, if it is, use the scr:list command to see the component services in the bundle are active and, if there are some that are not, use the scr:info command with the component id to see why the service is not available.

I'm actually betting that it is not a URL change, the 404 is actually telling you the service is not available because one of the component services is not starting.

thumbnail
Steve Weiss, modified 2 Years ago.

RE: RE: Custom web service with DXP 7.2.10.4-sp4

Regular Member Posts: 107 Join Date: 9/20/11 Recent Posts

Thanks David, looks like you're right. the wsdd module was not deployed.