You don't need to deal with any SOAP headers directly if you use a standard like WS-Security (which does all that for you). Which SOAP stack are you using?
Vivek Kr Singh wrote:You can write a Web Service Handler and extract & process header information. This will be neater way of validating SOAP requests.
Exactly, This is what i am thinking but do you have some links which shows some sample code snippet or something.
Any link is appreciated.