I have deployed a Cloud Endpoints API to GAE. Everything looks fine, all methods are listed in the API explorer. However, when I try to call any method, I get a 503 error. The following exception is being thrown:
com.google.api.server.spi.ServiceException: Two or more Endpoint classes are mapped to the same service name (MyApiClass): MyApiClass MyApiClass
Any suggestions to make it work?
web.xml? - saiyr