Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Can't get SSL with X509 working with 1.5.7

  1. #11
    Join Date
    Feb 2012
    Posts
    1

    Default

    Code:
    org.springframework.ws.soap.client.SoapFaultClientException: com.sun.xml.wss.XWSSecurityException: More Receiver requirements [ SignaturePolicy  ] specified than present in the message; nested exception is com.sun.xml.wss.XWSSecurityException: com.sun.xml.wss.XWSSecurityException: More Receiver requirements [ SignaturePolicy  ] specified than present in the message
    i know it's an old thread but my solution to the above problem was changing my client policy i was missing the timestamp property.
    the server expected a timestamp so the client should add this to the message.

  2. #12
    Join Date
    Mar 2012
    Posts
    10

    Default

    I have been running it on Tomcat 6 and it works fine.

  3. #13
    Join Date
    Sep 2012
    Posts
    1

    Default Regarding WSS4J

    This is a great blog to understand about the security that can be implemented on WS.

    Assuming a scenario server is using Spring-ws WSS4J and Client is totally different may be some other platform other than Spring-ws WSS4J. With this scenario in mind how would the client need to woirk with server.

    Or client can just know what the certificate/key is and then establish the communication with the server with client's logic of implementing the security.

    One more doubt, if I put the keystore in Webserver/application server itself, does it required to implement this security at application level, assuming the server is dedicated to the specific application.

    Since I am in learning stage, I believe the above one is too abstract. Appreciate your response.
    Last edited by ramspring; Sep 8th, 2012 at 01:13 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •