I want to process transport headers and custom soap headers in my component, what is the best way to propagate this information? The soap headers are not part of the abstract operation signature and I cannot alter the wsdl contract. The component could be exposed using multiple bindings and each binding could optionally provide the context information using transport or soap headers. Is there any easy way to achieve this?
Thanks in advance, Dinesh
