JDK1.4 + Spring2.x + Axis1.x


1. Define web service interface class

   
2. Write web service implement class

   
3. Write web service endpoint class

   
4. Define bean in spring configuration file.

   
5. Define AxisServlet in web.xml file


6. Define wsdl file web/WEB-INF/server-config.wsdd


7. Write client side class to test web service


8. Start web container and access wsdl url: http://localhost:9000/axis/HelloWorldService?wsdl

9. Run client

posted @ 2009-12-28 00:07  程序员天下  阅读(181)  评论(0编辑  收藏  举报