Alessio Soldano [
https://community.jboss.org/people/asoldano] created the discussion
"Re: How can I resolve "General web Service security error"?"
To view the discussion, visit:
https://community.jboss.org/message/780436#780436
--------------------------------------------------------------
Ok, so basically you're trying to use WS-Security UT for invoking an endpoint whose
wsdl contract does not advertise that. That's why the ws-security is not automatically
configured. So you have 2 options:
A) produce a locally modified version of that wsdl with proper ws-security policy and
consume that with your client
B) programmatically (or through jbossws-cxf spring integration) configure ws-security in
your client; see e.g.
http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4.1.0.F...
http://anonsvn.jboss.org/repos/jbossws/stack/cxf/tags/jbossws-cxf-4.1.0.F...
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/780436#780436]
Start a new discussion in JBoss AS Documentation at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]