-
Jun 5th, 2009, 06:20 AM
#1
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!!!!
-
Jun 5th, 2009, 11:04 AM
#2
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
-
Jun 8th, 2009, 02:05 AM
#3
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!
-
Jun 8th, 2009, 11:26 AM
#4
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
-
Forum Rules