Code First Webservice using jax-ws and CXF- webservice framework

  1. Create a Bean
  2. Create a SEI-Service End Point Interface
  3. Use Annotation on the SEI @ webservice
  4. Create a Implementation Class which implements the SEI
  5. Create a CXF.xml file add the  SEI and impl mapping in the xml file
  6. configure the cxf file in the web.xml
  7. map the  spring context listener and cxf servlet in the web.xml.

Comments