JBoss Community

Re: JBossWS 4.0.2 and AS 7.1.1 WS-Security Sign and Encrypt Test Problem

created by Juan Sepulveda in JBoss Web Services - View the full discussion

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...

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community