// skip the defaults - we want to use our own
System.setProperty("cougar.client.socket.ssl.supportsTls","false");
System.setProperty("cougar.client.socket.ssl.requiresTls","false");
CougarLoggingUtils.setTraceLogger(null);
CougarSpringCtxFactoryImpl cougarCtx = new CougarSpringCtxFactoryImpl();
appContext = cougarCtx.create(null);
client = (BaselineSyncClient) appContext.getBean("syncClient");
ctx = new CougarClientExecutionContext();
}