}
@Test
public void testWsSecurityConfig() throws MuleException
{
WsSecurity wsSecurity = new WsSecurity();
addConfigProperties(wsSecurity);
addSecurityManager(wsSecurity);
addCustomValidator(wsSecurity);
serviceMessageProcessorBuilder.setWsSecurity(wsSecurity);
serviceMessageProcessorBuilder.setService(SERVICE_NAME);