Hi All,
Let me get back to the original question
I am planning to give OCPJWSD 6.0. I have worked on web-service but have not much exposure to EJB, do i need to study first EJB.
No, you don't need to, but it will certainly help! A couple of topics from the EJB exam where also covered in the Web services exam. One of the things you learn from there is that you can only expose a Stateless Session Bean or Singleton Session Bean as a web service.
Forget about the @Entity though: this is not needed for the Web services exam (just in the book to make a nice example)
Regards,
Frits