Software AG Infrastructure 10.11 | Working with Web Services | About Configuring Message Transports | Configuring Mail Transport | Force Deployment Over Mail Transport Only
 
Force Deployment Over Mail Transport Only
If not configured explicitly, a web service is deployed over all activated transports in Web Services Stack. If you want to restrict a web service to be deployed only over Mail transport, you must add this element in the web service’s services.xml file:
<service ...>
<transports>
<transport>mailto</transport>
</transports>...
</service>