All Downloads are FREE. Search and download functionalities are using the official Maven repository.

subsystem-templates.webservices.xml Maven / Gradle / Ivy

<?xml version='1.0' encoding='UTF-8'?>
<!--  See src/resources/configuration/ReadMe.txt for how the configuration assembly works -->
<config>
   <extension-module>org.jboss.as.webservices</extension-module>
   <subsystem xmlns="urn:jboss:domain:webservices:2.0">
       <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
       <endpoint-config name="Standard-Endpoint-Config"/>
       <endpoint-config name="Recording-Endpoint-Config">
           <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
               <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
           </pre-handler-chain>
       </endpoint-config>
       <client-config name="Standard-Client-Config"/>
   </subsystem>
</config>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy