this is what wireshark found:
is obvius that SOAP request is traveling as bare request while server is waiting chipered request, but i dont know where's the error
here is the call:
the main method is:
private static final String serviceURL = "http://localhost:8080/WSSecureTest";
public static void main(String args[]){
Security.addProvider(new BouncyCastleProvider());
sayHello();
}
thank you i followed the instructions of JBossWS examples, is the same code and is not working...