-
Task
-
Resolution: Done
-
Major
-
None
-
None
I'm having a bit of trouble figuring this out - I'm trying to create a simple standalone dispatch for communication with an already set up webservice. I got everything working as expected if I use no security system - the problem arises when trying to invoke a request message involving an WSSecurityHandlerClient, resulting in a:
Code:
javax.xml.ws.soap.SOAPFaultException: org.jboss.ws.core.CommonSOAPFaultException: This service requi
res <wsse:Security>, which is missing.
at org.jboss.ws.core.jaxws.client.DispatchSOAPBinding.getReturnObject(DispatchSOAPBinding.java:165)
at org.jboss.ws.core.jaxws.client.DispatchImpl.getReturnObject(DispatchImpl.java:290)
at org.jboss.ws.core.jaxws.client.DispatchImpl.invokeInternal(DispatchImpl.java:141)
at org.jboss.ws.core.jaxws.client.DispatchImpl.invoke(DispatchImpl.java:102)
- is incorporated by
-
JBPAPP-1746 JBossWS - Handler Chains missed for Dispatch clients.
- Closed
- relates to
-
JBWS-1966 No Handler execution for inbound response when using Dispatch
- Closed