This content has been marked as final.
Show 2 replies
-
1. Re: WF10, JbossWS 5.1: code first WS-Sec Endpoint w provided WS-sec Policy: how to control plain/signed response ?
uh_69 Apr 17, 2019 9:51 AM (in response to uh_69)ok, i noticed those output-related ws sec policies in the jboss ws cxf repo under jbossws-cxf/tree/master/modules/client/src/main/resources/META-INF/policies, which means it should be controllable via the Binding of the Policy Annotation ( placement = BINDING_OPERATION_OUTPUT ) ... :-)
-
2. Re: WF10, JbossWS 5.1: code first WS-Sec Endpoint w provided WS-sec Policy: how to control plain/signed response ?
uh_69 May 9, 2019 8:36 AM (in response to uh_69)Annotating the WS Sec Policy File using Policy.Placement.BINDING_OPERATION_INPUT worked fine, now the webservice consumes the WS Sec Requests but answers in plain/unsigned SOAP :-)