They are not represented in wsdl file. They are represented in server specific deployment descriptor file. For exmaple server-config.wsdd for Axis, webservices.xml in Websphere, etc..
Originally posted by Rizwan Mohammad: They are not represented in wsdl file.
Of course they are:
Each header definition gets its own <message> definition
It doesn't appear in the <portType> definition
The header message definition is then referenced inside the <binding> <input> and <output> elements (where appropriate) by a soapbind header element alongside the soapbind body element.
Sorry all for my wrong reply.. I thought you are asking on message handlers, lately I learnt you are asking about message headers. I use soap header terminology more than message header.