Hi all,
How can I easily retrieve handler parameters that are defined in the
WSDD from the e.g. the PWCallbackHandler?
E.g. I would like to get the value of the "signaturePropFile"
parameter of the following WSDD snippet in the PWCallbackHandler
code:
...
<requestFlow>
<handler name="DoSecuritySender"
type="java:org.apache.ws.axis.security.WSDoAllSender">
...
<parameter name="signaturePropFile"
value="scm_keystore.properties" />
...
</handler>
</requestFlow>
...
Thanks for helping and greetz,
Dani
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]