• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Digital certificate for Web service

 
Ranch Hand
Posts: 58
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am working on a Proof of Concept. In which I have created a web service of calculator in java and a client in dotnet. Through dotnet client, we can access the functionality of web service. However I need to provide it with a digital certificate. So that before accessing service, we need to provide username and password ( that username and password will not be stored in any Databases or any where else). We have to achieve this by digital certificate or if there is any other method then please do let me know. The web service is made on Netbeans 6.1. can you please help
 
reply
    Bookmark Topic Watch Topic
  • New Topic