views:

482

answers:

0

I've been trying to create custom web services within liferay 5.2. My web services do not access the db, but they call other services and return custom objects. My liferay axis servlet is complaining because I have no serializer for the web service return type.

Is there a simple tutorial on achieving this? I just need to make sure that my web service has declared the types that can be serialized, I'm not sure if this is in the service.xml or server-config.wsdd.