Deploy the Web Service
- Add JAVA_HOME=D:\AA19.1.0\bin\jdk1.8.0 to your system variables.
- Get the SMSAdapter.war file from the Civic Platform source code directory. Example: D:\AA_Prod\ws-sdk\SMSAdapter
- Copy the SMSAdapter.war file to the Tomcat directory. Example: D:\apache-tomcat-6.0.29\webapps
- Go to D:\apache-tomcat-6.0.29\bin. Double-click startup.bat to start the server.
- Enter this URL in the browser's address bar:
http://localhost:8080/SMSAdapter/services/SMSAdapter?wsdl
The browser displays the web service, indicating successful deployment of the web service.