options.setTimeOutInMilliSeconds(200 * 1000);
OutflowConfiguration clientOutflowConfiguration = getClientOutflowConfiguration();
if (clientOutflowConfiguration != null) {
configContext.setProperty(WSSHandlerConstants.OUTFLOW_SECURITY, clientOutflowConfiguration.getProperty());
}
InflowConfiguration clientInflowConfiguration = getClientInflowConfiguration();
if (clientInflowConfiguration != null) {
configContext.setProperty(WSSHandlerConstants.INFLOW_SECURITY, clientInflowConfiguration.getProperty());
}
serviceClient.engageModule(new QName("addressing"));
serviceClient.engageModule(new QName("rampart"));