aspose file tools
The moose likes Web Services and the fly likes digital signature using web service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "digital signature using web service" Watch "digital signature using web service" New topic
Author

digital signature using web service

sayush anand
Greenhorn

Joined: May 23, 2012
Posts: 13
I have written two classes GenSig and VerSig which generate and verify the digital signatures for a file respectivly . The generate main method takes the file name as command argument and creates two files named sign and pubkey in the bin folder . I now need to put the VerSig class in a web service .. can anyone guide me on how to do that ?
Palak Mathur
Ranch Hand

Joined: Jan 29, 2007
Posts: 303

sayush anand wrote:I have written two classes GenSig and VerSig which generate and verify the digital signatures for a file respectivly . The generate main method takes the file name as command argument and creates two files named sign and pubkey in the bin folder . I now need to put the VerSig class in a web service .. can anyone guide me on how to do that ?


You may want to use AXIS api to generate webservice.

I think the following link will help you:-

http://docs.oracle.com/cd/E17802_01/webservices/webservices/reference/tutorials/wsit/doc/Examples_glassfish4.html

or

http://www.ibm.com/developerworks/library/x-jibx1/


Palak Mathur | My Blog | TechJaunt | What is JavaRanch? | List of All FAQs
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: digital signature using web service
 
Similar Threads
RPC mapping file
Configuring digital certificate in WAS 6.1
WSDL -> WSDD? or WSDD -> WSDL?
How would the client know what kind WS-security to use to access the secured service
xml digital signature