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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
