t this
> Item (outofbandHeader) does not contain any object. I expected my simpleAuth
> tag here. (Please see my first post).
> Do you have a idea what's wrong?
>
> Thanks
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.
camel.465427.n5.nabble.com/insert-custom-Soap-Header-problem-tp5726415p5726506.html
Sent from the Camel - Users mailing list archive at Nabble.com.
e {
> h1.setObject(saml);
> LOG.debug("soap header updated");
> }
> }
> else {
> h.setObject(saml);
> LOG.debug("soap header updated");
> }
> }
> }
> }
>
> {code}
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/insert-custom-Soap-Header-problem-tp5726415p5726438.html
> Sent from the Camel - Users mailing list archive at Nabble.com
> (http://Nabble.com).
ader.setDirection(Direction.DIRECTION_OUT);
> //newHeader.setMustUnderstand(false);
> soapHeaders.add(newHeader);
> }
>
>
> CastUtils.cast((List throws a npe.
> This should be the correct way to insert an custom Soap-Header. What's
> wrong?
> Can someone help me which that?
>
> Thanks Gabriel
>
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/insert-custom-Soap-Header-problem-tp5726415.html
> Sent from the Camel - Users mailing list archive at Nabble.com
> (http://Nabble.com).
// make sure direction is OUT since it is a response message.
newHeader.setDirection(Direction.DIRECTION_OUT);
//newHeader.setMustUnderstand(false);
soapHeaders.add(newHeader);
}
CastUtils.cast((Listhttp://camel.465427.n5.nabble.com/insert-custom-Soap-Header-problem-tp5726415.html
Sent from the Camel - Users mailing list archive at Nabble.com.