Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ESB-246
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Torsten Mielke
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
FUSE ESB

method org.apache.servicemix.soap.handlers.security.WSSecurityHandler.onAnswer() has no implementation

Created: 15/May/08 04:33 AM   Updated: 19/Mar/10 08:57 AM
Component/s: servicemix-http
Affects Version/s: 3.3.1.0-fuse
Fix Version/s: None

Environment: servicemix-http using ws-security configuration.


 Description  « Hide
Method org.apache.servicemix.soap.handlers.security.WSSecurityHandler.onAnswer() has no implementation!
As a result one cannot perform any security operation (like XML-Encryption or XML-Signature) on the response message.

The following config is used to sign the return soap message in a http bc consumer component. It has no effect as onAnswer() is not implemented.

<http:policies>
<soap:ws-addressing />
<soap:ws-security sendAction="Signature" receiveAction=""
keystore="default" username="alice">
<soap:crypto>
<bean class="org.apache.servicemix.soap.handlers.security.StandaloneCrypto">
<property name="keyStoreUrl" value="classpath:alice.jks" />
<property name="keyStorePassword" value="password" />
<property name="keyPassword" value="password"/>
</bean>
</soap:crypto>
</soap:ws-security>
</http:policies>



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Torsten Mielke made changes - 15/May/08 04:34 AM
Field Original Value New Value
Link This issue is linked from DEV-869 [ DEV-869 ]
Martin Murphy made changes - 09/Jun/09 04:13 PM
Comment [ A comment with security level 'Developers' was removed. ]
Rob Davies made changes - 01/Mar/10 04:55 PM
Assignee Rob Davies [ rajdavies ] Chris Custine [ ccustine ]
Chris Custine made changes - 19/Mar/10 08:57 AM
Assignee Chris Custine [ ccustine ]