When you install TS Web Services, the TrilliumSOAP WSDL is configured with port 8484 by default. If you changed the port during installation, the ports specified in the axis2.xml will be mismatched with the TrilliumSOAP WSDL port that was specified during installation. In this case, you will need to change the port number in the axis2.xml file. The steps are provided below.
Steps to change the default port to a custom port
In case you do not use the default port 8484, then follow these steps to update your port number.
- After Tomcat has started, navigate to the path below.
- For Linux: /apache-tomcat/webapps/TrilliumSOAP/WEB-INF/conf
- For Windows: C:\Program Files\Trillium Software\MBSW\17\tsq\Software\apache-tomcat\webapps\TrilliumSOAP\WEB-INF\conf
- Edit the file axis2.xml.
- Search for the default port 8484 and change it to the port specified during installation.
Note: Tomcat must have been started at least once
before you make this change.