OutflowConfiguration is deprecated. Right now I'm able to do dynamic invocation using OperationClient and OutflowConfiguration for WSSecurity. Is there any other equivalent for OutflowConfiguration that is recommended.
On Thu, Jan 29, 2009 at 4:47 PM, Wishing Carebear < [email protected]> wrote: > Got the source code from Googling :) > > > > On Thu, Jan 29, 2009 at 2:08 PM, Wishing Carebear < > [email protected]> wrote: > >> Hello:Read the following of sample 11 for dynamic configuration with >> axis2 for WSSeurity. But could not find the file in Rampart distribution. >> Could someone point me to the location where I can get it: >> >> >> http://blog.sweetxml.org/2007/12/rampart-basic-examples-how-you-add-ws.html >> 11. 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() and getInflowConfiguration() methods and their >> usage. >> Thanks,cabear >> > >
