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

你可能感兴趣的:(spring)