Specify Custom Headers in Web Services

User can specify custom headers in web services.

For example,

   <soapenv:Header>
            <customUsername>a</username>
            <customPwd>a</customPwd>
            <customEnterprise>a</customEnterprise>
   			</soapenv:Header>

For web services custom headers, user can change the DefaultSoapHeaderExtractor value to custom header extractor. For example, CustomSoapHeaderExtractor. The headers are authenticated by the authentication framework and the user successfully logs on to the web services. For the steps on using the custom headers for web services, refer to Implementing Custom Header Extractor.