Re: insert custom Soap Header problem

2013-01-29 Thread Willem jiang
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.

Re: insert custom Soap Header problem

2013-01-29 Thread Gabriel
camel.465427.n5.nabble.com/insert-custom-Soap-Header-problem-tp5726415p5726506.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: insert custom Soap Header problem

2013-01-28 Thread Willem jiang
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).

Re: insert custom Soap Header problem

2013-01-28 Thread Willem jiang
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).

insert custom Soap Header problem

2013-01-28 Thread Gabriel
// 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.