Juan Sepulveda [https://community.jboss.org/people/ju-sepul] created the 
discussion

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

To view the discussion, visit: https://community.jboss.org/message/763071#763071

--------------------------------------------------------------
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 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
[https://community.jboss.org/message/763071#763071]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to