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