Example: Using a Simple Web Services (SOAP) Input Adapter
Set up a basic Web Services (SOAP) Input adapter. This Web service has no security
and communicates over HTTP.
Install Apache Tomcat.
Add Apache Axis2™ to Tomcat. Copy axis2.war to
tomcat/webapps, and start Tomcat.
Axis2 is automatically unzipped.
Ensure that the JDK_HOME environment variable is properly set. If it is not,
you can set it using set_example_env.bat or
set_example_env.sh.
Remove any StockTraderService_messageUT.aar or
StockTraderService_transportUT.aar files from the adapter
examples/service directory if you previously ran those
examples.
Copy the examples/service/StockTraderService_noSec.aar file to
the tomcat/webapps/axis2/WEB-INF/services directory under your
Web server.
Modify the adapter_config.xml file by
setting <User> and <Password> to sybase: