Has anybody able to use Xservices REST Web Services?
Hi,
We setup Xservices v24 base and we are able to access the WSDLs. But as mentioned in v24 Service Guide, when we tried to access the REST URLs, we are always getting following response in Postman:
HTTP ERROR 500 Request failed.
URI: /rest/default/22/dtx/RetailLocation/1000::101
STATUS: 500
MESSAGE: Request failed.
SERVLET: xcenterRESTServices
When we see the jetty-service.log, we see the following exceptions:
INFO | jvm 1 | 2025/06/16 02:09:25 | A MultiException has 3 exceptions. They are:|1. org.glassfish.hk2.api.UnsatisfiedDependencyException: There was no object available for injection at SystemInjecteeImpl(requiredType=DtxRemovedRelationshipsConverters,parent=GetByQueryResource,qualifiers={},position=-1,optional=false,self=false,unqualified=null,1593483862)|2. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of com.micros_retail.xcenter.service.rest.v1.GetByQueryResource errors were found|3. java.lang.IllegalStateException: Unable to perform operation: resolve on com.micros_retail.xcenter.service.rest.v1.GetByQueryResource|