How do I use JBossWS endpoint configurations in EAP 6?
Issue
-
In EAP 4, we configured the following
protocol-bindingssettings defined instandard-jaxws-endpoint-config.xml. 1<endpoint-config> <config-name>My WSSecurity Endpoint</config-name> <post-handler-chains> <javaee:handler-chain> <javaee:protocol-bindings>##SOAP11_HTTP ##SOAP11_HTTP_MTOM</javaee:protocol-bindings> <javaee:handler> <javaee:handler-name>WSSecurity Handler</javaee:handler-name> <javaee:handler-class>org.jboss.ws.extensions.security.jaxws.WSSecurityHandlerServer</javaee:handler-class> </javaee:handler> </javaee:handler-chain> </post-handler-chains> ... </endpoint-config>How do I configure the same settings in EAP 6?
- How do I configure endpoint JAX-WS handlers at the container level?
-
WS-Security is no longer configured via JAX-WS handlers in the endpoint configuration. It is now implemented in CXF interceptors. ↩
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
