• 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

SSL error

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a Web Service deployed in Glassfish for which I have created a WS Client to invoke the WS methods.
I have another java application from which I invoke a Web Service method using the WS client and then I invoke a Secure Web Service using a third party application. The application fails to connect to the Secure Web Service (using SSLv3). But if I only invoke the Secure Web Service everything works well. For some reason the first part brokes something and I don't know how to solve it.
The client application for the WS (the one from Glassfish) was created with Netbeans.

Can you please help me?
Thank you
 
reply
    Bookmark Topic Watch Topic
  • New Topic