I have a question regarding WS-SecurityPolicy and deploying a WSDL-first service via Eclipse.
I created a project from a WSDL file (I didn't create it) with the intention of implementing the service that it describes. The WSDL file describes a WS-SecurityPolicy that includes a UsernameToken, Timestamp, BinarySecurityToken, and a Signature. Every time I run a sample request that includes all of those components in the WS-Security header I get a "must understand header is not understood" message, regarding the WS-Security header. I've read on the documentation of CXF that additional dependencies must be included in the classpath to have WS-SecurityPolicy work, but I've used Eclipse's deployment method and given it the entire CXF ZIP file as downloaded from the project website as the CXF Runtime. Is there anything that I'm missing? Or is there a better way for me to be working with CXF than to use Eclipse's automated tools? Thanks for any help. Jen
