I have the same problem.
How I uses jboss clases ?
My project use JRE: jdk 1.6.0_13 ... and reference to jbossall-client.jar , jbossws-native-core.
someone can help ? thanks.
here is the client webservice code.
try {
Service service = new Service();
Port port = service.getPort();
((StubExt) port).setConfigName("Standard WSSecurity Client");
port.doSomething("gogo");
}catch (Exception e){
e.printStackTrace();
}