Axis

既存のWebアプリケーションにWebサービスプラットフォームを追加する方法がマニュアルに載っていたのでメモ

  1. Add axis.jar, wsdl.jar, saaj.jar, jaxrpc.jar and the other dependent libraries to your WAR file.
  2. Copy all the Axis Servlet declarations and mappings from axis/WEB-INF/web.xml and add them to your own web.xml
  3. Build and deploy your webapp.
  4. Run the Axis AdminClient against your own webapp, instead of Axis, by changing the URL you invoke it with.