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
There are no comments yet on this issue.