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, see Implementing Custom Header Extractor.