when I debug the handler I have the username and password value but when I go to the webserver not the variable has nodata.
String usernameFromHeader = (String) ctx.getMessageContext().get("USERNAME");
Anyone have some idea?