How can a servlet cient implement the ws-security from a wsdl just like Metro does? I use JBoss6GA-Final and I need to create a client for a webservice. I can consume the wsdl, create the java artifacts, ans call the service/port from a servlet. I am getting several erros related to missing assertions. I think that they are related to the ws-security that the client needs to implement.
I got a war file from the people that created the webservice, but the war file uses the client files that Metro running in Tomcat would use.