Hi, > -----Original Message----- > From: srinivas thallapalli [mailto:[email protected]] > Sent: Freitag, 23. Januar 2015 10:53 > To: [email protected] > Subject: RE: Security Related Questions > > Hi Andrei, > > Thanks for providing very good resources. > > If I proceed with Custom Assertion and Interceptor provider approach, Will I > be > able to see the corresponding policy element in my generated WSDL > automatically or we need to add the Policy element to WSDL manually. > Basically I am using Java first approach.
You have to add policies into WSDL or use @Policy annotation (http://cxf.apache.org/docs/annotations.html). Regards, Andrei. > > Thanks > > > > > -- > View this message in context: http://cxf.547215.n5.nabble.com/Security- > Related-Questions-tp5753340p5753441.html > Sent from the cxf-user mailing list archive at Nabble.com.
