Results 1 to 4 of 4

Thread: Signing client web service

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    2

    Default Signing client web service

    hello to everyone, i'm new in spring web services. I've done my client extending of WebServiceGateway, and now I have to sign the soap message i'm sending with a certificate (this certifcate will be provided by the server).
    I've been searching information, but i cant really understand what i have to do. All the webs talk about a keystore, do i have to create that keystore?? do i have to stablish a password for that keystore?? thanks in advance!!!!

  2. #2

    Default

    There is some sample code and a few helpful URLs in this thread from earlier in the week:

    http://forum.springsource.org/showthread.php?t=72858

  3. #3
    Join Date
    Jun 2009
    Posts
    2

    Default

    thanks for answering dortman.. i have only one question...the keystore is generated by the client with the certificated provided by the server, or it has to be generated by the server???
    thanks in advance!

  4. #4

    Default

    A keystore is simply a place where your keys are stored. As such, one exists on both the client and the server.

Posting Permissions

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