ConfigurationContext configCtx) throws AxisFault {
String serviceURL = backendServerURL + "RelyingPartyService";
try {
stub = new RelyingPartyServiceStub(configCtx, serviceURL);
ServiceClient client = stub._getServiceClient();
// Engage rampart as we are going to sign requests to Relying Party
// Service
client.engageModule("rampart");
// Get a RampartConfig with default crypto information