Hi, I am using CXF web service. I want to implement some kind of security to my application. i follow the callback in cxf samples. im not sure whts the jar file to import for import org.apache.callback.*
I also tried the example in http://arsenalist.com/2007/07/31/cxf-ws-security-using-jsr-181-interceptor-annotations-xfire-migration/ in my client side i get a error in // TODO Auto-generated method stub SportsService_Service service = new SportsService_Service(); SportsService port = service.getPort(SportsService.class); Can anyone tell me how to proceed. or is there any other example. Thanks in advance. -- View this message in context: http://www.nabble.com/whts-the-jar-to-import-org.apache.callback.*-tp14521956p14521956.html Sent from the cxf-user mailing list archive at Nabble.com.
