I want to create a service level Agreement. For that I have used following 1)globus 4.0.8 2)tomcat 3)wsag4j 4)eclipse I have deployed wsag4j web service and globus 4.0.8 web service using tomcat. Then used eclipse as a client API. Then I implemented a client that use those web services. I got following error 2012-04-06 19:39:53,225 ERROR - WSDoAllReceiver: security processing failed Exception in thread "main" org.ogf.graap.wsag.api.exceptions.ResourceUnavailableException: org.apache.muse.ws.addressing.soap.SoapFault: WSDoAllReceiver: security processing failed at org.ogf.graap.wsag.client.remote.RemoteAgreementFactoryRegistryServiceImpl.listAgreementFactories(RemoteAgreementFactoryRegistryServiceImpl.java:129) at sla_scheduling_application.client.main(client.java:73) Caused by: org.apache.muse.ws.addressing.soap.SoapFault: WSDoAllReceiver: security processing failed Can anyone please help me?**