Hi Is it possible to integrate XWS in JbossWS?
XWS-Security comes with JWSDP 1.4. --------------------------------------------------------------------------------- Serverside To secure the Server by XWS , I had to set the "-security" Flag of wscompile, with the parameter of an sign and-or encryption xml configfile. If I am right the Security Serverside Handlers are set automaticaly during the compile process. So how can I set the "-security" flag in JbossWS ? ------------------------------------------------------------------------------------ Clientside On ClientSide the Handlers are set by an Class called SecurityConfigurator which becomes the Service Stub Implementation class. And through this Class the Handler, for filter certificate etc., is added to the Client. So I need the Servicestub Impl class to compile my Client, I know could create it by wsdl with axis or jax-rpc, but I know also that this is not the same like the JbossWS created Stub. And what happened wit the JbossWS specific EJB-Container Authentification if I secure my Message, can I add my handler before the authentification? So is it possible? bye Andrà View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3853861#3853861 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3853861 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_idU88&alloc_id065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
