Software AG Infrastructure 10.7 | Working with Web Services | About Configuring Message Transports | Configuring HTTP and HTTPS Transport | Activating or Deactivating HTTP or HTTPS
 
Activating or Deactivating HTTP or HTTPS
1. Go to the Software AG_directory /profiles/CTP/workspace/wsstack/repository/conf directory and open the axis2.xml file.
2. Comment out the sections that define the transport receiver and transport sender with name="http" or name="https":
<transportReceiver name="http" ... />
<transportSender name="http" ... />
<transportReceiver name="https" ... />
<transportSender name="https" ... />
3. Restart Web Services Stack.
Restart the Software AG Runtime Windows Service.