4.1.1 Apache (Axis2)

Axis2 is a servlet-based SOAP implementation from the Apache Group. The SOAP engine is deployed as a regular HTTP servlet. Since Axis2 is a generic servlet, it can be deployed on any J2EE compliant web server.

Archive the necessary files into a WAR file using the jar command. The structure for the WAR file should follow the directory structure below:

WEB-INF/conf: axis2.xml

WEB-INF/services: Include the directory for each service you wish to deploy.

WEB-INF/classes: repository.xml, sree.properties, datasource.xml, query.xml, and other XML files in the home directory

WEB-INF/lib: etools.jar, bisuite.jar/sree.jar, and other JARs required for report execution

Note: The 'SoapRepository', 'SoapDataService', and 'PeopleService' web services are pre-deployed with the default installation.

You should update the axis2.xml.path and axis2.repository.path parameters in your web.xml file.

<< 4.1 Web Service Deployment © 1996-2013 InetSoft Technology Corporation (v11.5) 4.1.2 WebLogic >>