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

Popular posts from this blog

defining functions clojure

Integrating Struts2 with Spring Security using Custom Login Form