-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.2.0
-
None
-
-
Documented as Resolved Issue
-
NEW
Server:
<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd"> ... <port name="HelloPort"> <operation name="{http://org.jboss.ws/samples/wssecurity}echoUserType"> <config> <encrypt type="x509v3" alias="wsse"/> <requires> <encryption/> <signature/> </requires> </config> </operation> </port> </jboss-ws-security>
Client:
<jboss-ws-security xmlns="http://www.jboss.com/ws-security/config" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/ws-security/config http://www.jboss.com/ws-security/schema/jboss-ws-security_1_0.xsd"> <config> <encrypt type="x509v3" algorithm="aes" alias="wsse"/> <!-- <sign alias="wsse"/> --> <requires> <encryption/> </requires> </config> </jboss-ws-security>
- is incorporated by
-
JBPAPP-10435 Release and upgrade JBossWS-Native for EAP 5.3.0
- Resolved
- is related to
-
JBPAPP-10922 SOAPAction value not used for ws operation dispatch
- Closed