[jboss-user] [JBoss Web Services] New message: "Re: Problem in web service getting Exception: javax.xml.ws.soap.SOAPFaultException"

Alessio Soldano do-not-reply at jboss.com
Thu Mar 11 05:28:27 EST 2010


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




More information about the jboss-user mailing list