Relying on the WSDLs for already existing CXF samples is probably the
best way to go (my security examples may also help:
http://www.jroller.com/gmazza/entry/blog_article_index). Netbeans will
generate WSDLs w/security policies for GlassFish Metro that can be used
with minor modifications with CXF (primarily, removing the
GlassFish-specific keystore config info, as that's stored outside of the
WSDL with CXF.)
Glen
On 04/23/2013 06:32 AM, matpil wrote:
HI,
in my architecture I've a component that provide to generate a wsdl (java
first) and a component that call the wsdl and exposes this to internet.
Now I'd like to add a ws security policy to wsdl in my second component (I
don't want to touch anything in my first component).
I found some "manual" configuration, but nothing that provide to generate
automatically that WSS.
Exists something like this?
Anyone have some ideas?
Regards,
--
matpil
--
View this message in context:
http://cxf.547215.n5.nabble.com/add-security-policy-to-wsdl-first-tp5726642.html
Sent from the cxf-user mailing list archive at Nabble.com.