By: Prakash Angappan user 25 Jun 2015 at 5:44 a.m. CDT

0 Responses
Prakash Angappan gravatar
We want to create trust relationships using API, for that we have written a web service in "org.gluu.oxtrust.ws.rs.scim" package of identity war. @Name("trustWebService") @Path("/TrustRealtionship") public class TrustRelationShipWebService extends BaseScimWebService { //Code to call TrustService save() method to create a Trust Relationship. } We tried to access the service using The follwing url https://gluu.payoda.com/identity/TrustRealtionship through(RestClient by providing Authorization header) but getting 404 error.How to access the service?