Hi, I have configured a provider endpoint for servicemix-http using an xbean.xml like in the Outbound Signature example in the docs. Now I don't want to give the username for the signature hard-coded in the xbean.xml as in the example but dynamically at runtime. How can I do that?
I have seen that method onSend() in class org.apache.servicemix.soap.handlers.security.WSSecurityHandler tries to get the username from the properties map and the message context before it takes the value from the xbean.xml. How can I achieve that there is a "user" value in the properties or message context? I already tried to set a "user" property in the Exchange object and a securitySubject in the NormalizedMessage which I send to servicemix-http - no difference... Any ideas? Thanks for your help... André -- View this message in context: http://www.nabble.com/Dynamic-username-when-using-WSS-signature-in-a-HTTP-provider-endpoint-tf4353514s12049.html#a12405017 Sent from the ServiceMix - User mailing list archive at Nabble.com.
