[jboss-user] [JBossWS] - Re: how to secure web services in jboss?

PeterJ do-not-reply at jboss.com
Tue Feb 12 02:27:27 EST 2008


It is amazing how using the wsrunclient script gets rid of most of the class-not-found errors, isn't it?

Anyway, the error "This service requires <wsse:Security>, which is missing." means that the client still doesn't know you are using WSSecurity. What you are missing is the META-INF/standard-jaxws-client-config.xml file in your client. An example file can be found at ./server/default/deploy/jbossws.sar/META-INF. Take that file, remove all of the client-config entries, except the one named "Standard WSSecurity Client", and package it with your client.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128600#4128600

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128600



More information about the jboss-user mailing list