Anil Datt

Greenhorn
+ Follow
since Oct 02, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anil Datt

Ulf,

I had not used the site for almost 4 years, so I forgot the policy. Sorry.

I think it has something to do with the annotations. The only refernce in the EJB to the Web service is through annotations. I was wondering anyone has tried it.
From within the class I can access the annotations, that means I can also access the @webservice annotation. There should not be something special with this annotation alone . When the container deploys the ejb I guess it generates the webservices.xml (or equivalent) file go mark that this ejb has webservice interface.
-Anil
[ January 26, 2007: Message edited by: anil das ]
I have EJB3 exposed using the WebService Annotations. I need to access the SOAP headers for WS-* like Reliable MEsaging and Addresing information. How can i access it? Are they all accessible through the Annotation classes?

Thank You in Advance..