My code uses Werner and Ruchith's code :), I have just tie that code, axis2 and ws-policy together!! Srinath
On 3/8/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote: > Very cool. What's the connection between this and the security policy > work going on in the WSS4J world by Werner and Ruchith?? > > Sanjiva. > > On Wed, 2006-03-08 at 06:28 -0500, Srinath Perera wrote: > > Hi All; > > > > Right now, In my local machine I have a security policy client side > > working for Security signature. The code to use it look like this. > > > > AxisServiceBuilder asb = new AxisServiceBuilder(); > > AxisService service = asb.getAxisService(wsdlDefinition); > > > > WSDLBasedPolicyProcessor policyProcessor = new > > > > WSDLBasedPolicyProcessor(configContext); > > policyProcessor.configureServicePolices(service); > > ServiceClient serviceClient = new ServiceClient(configContext,service); > > serviceCleint .......//use it > > > > There are few local changes I should check in and once I do it I > > believe we can make this work for Axis2 in general easily. Ruchith > > shall we setup a sample and test this for general case. Do you have > > time to work with me couple of hours on this? > > > > Thanks > > Srinath > > > > -- > > ============================ > > Srinath Perera: > > http://www.cs.indiana.edu/~hperera/ > > http://www.bloglines.com/blog/hemapani > > -- ============================ Srinath Perera: http://www.cs.indiana.edu/~hperera/ http://www.bloglines.com/blog/hemapani
