Message Boards

How to build mobile android sdk for custom Services

Upender Kashyap, modified 3 Years ago.

How to build mobile android sdk for custom Services

Junior Member Posts: 30 Join Date: 8/12/20 Recent Posts

Hi Everyone.. I am trying to built mobile android SDK for my liferay DXP 7.2 custom services. I am following this Source. When I am accessing http://localhost:8080/{myServiceContext}/api/jsonws?discover, as directed in source to check, I am getting 'Not Found'. I have rebuild wsdd multiple times and I am able to access the service at http://localhost:8080/o/my-custom-service/api/axis/{myservice}?wsdl  and http://localhost:8080/api/jsonws?contextName={myServiceContext}. Can anyone guide me about this issue?