Skip to content
Ryan Heaton edited this page Sep 17, 2015 · 1 revision

JAX-WS RI Module

The JAX-WS RI module assembles a JAX-WS RI-based server-side application for hosting the SOAP endpoints.

Configuration

The configuration for the documentation deployment module is specified by the jaxws-ri element under the modules element in the Enunciate configuration file. The following attributes are supported on the jaxws-ri element:

attribute description
forceSpringEnabled The "forceSpringEnabled" attribute forces spring integration. By default, spring integration will only be enabled if the spring-app module is enabled and the JAX-WS spring components are found on the classpath.
forceSpringDisabled The "forceSpringDisabled" that forces spring integration to be disabled. By default, spring integration will be enabled if the spring-app module is enabled and the JAX-WS spring components are found on the classpath.
useWsdlRedirectFilter The "useWsdlRedirectFilter" attribute is used to disable the use of the Enunciate-provided wsdl redirect filter that handles the requests to ?wsdl
Clone this wiki locally