User development,
A new message was posted in the thread "Problem in web service getting Exception:
javax.xml.ws.soap.SOAPFaultException":
http://community.jboss.org/message/531333#531333
Author : Alessio Soldano
Profile :
http://community.jboss.org/people/alessio.soldano@jboss.com
Message:
--------------------------------------------------------------
You need to configure the client for using ws-security:
URL securityURL =
getResourceURL("jaxws/samples/wssecurity/simple-encrypt/META-INF/jboss-wsse-client.xml");
((StubExt)port).setSecurityConfig(securityURL.toExternalForm());
((StubExt)port).setConfigName("Standard WSSecurity Client");
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/531333#531333