Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Custom web service with DXP 7.2.10.4-sp4
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.
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.
Thanks David, looks like you're right. the wsdd module was not deployed.
Powered by Liferay™