I have an application which invokes DFS 6.5 Search Webservice. When it is deployed in Jboss it works fine but when I try deloying the same in Weblogic 10.3 it fails with an error: Authorisation failed. could not find identities in Service Context. I found that the SOAP Header is not getting created when called from Weblogic and hence this error is thrown. I tried searching in forum and found it is related to JAXWS version mismatch between weblogic and dfs(web-inf/lib). I tried changing the priority to web-inf by doing the required change in weblogic.xml,
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
was getting other errors related to JAXB versions.
If anybody has faced a similar problem and found a resolution, could you please communciate with me. Its very urgent and I need to close this issue.