I got the Header type object. Now I want to get its child elements. The Soap header contains a binary security tag. I can not get its content. The list contains these tags:
List<Header>ls=getHeader();
OMElement element=(OMElement)element;
but can I cast Like that?