template.sendBodyAndHeader("direct:sendWithoutFilter", body, "headerKey", new QName("http://newHeaderSupport/", "testHeaderValue1"));
}
private RequestMatcher doesntContains(final RequestMatcher soapHeader) {
return new RequestMatcher() {
public void match(URI uri, WebServiceMessage request) throws IOException, AssertionError {
try {
soapHeader.match(uri, request);
} catch (AssertionError e) {