blob: 2a6054569652b07b616630c8e71d29fc7a8c6363 [file] [log] [blame]
Dynamic configuration : Get rid of the config files ... let's use code!
Both client and servce are configured to first sign and then encrypt the
outgoing message and to decrypt and verify the incoming message using their
key pairs.
- Note that we don't use any parameters in the client.axis2.xml
- See org.apache.rampart.samples.sample11.Client's getOutflowConfiguration()
getInflowConfiguration() methods and their usage.