Java, WSDL, SSL How do these work?

Im writing an application that uses SOAP, WSDL to communicate to the Web Service, I already created classes that are defined in the WSDL File.

My Problem is, when i try to connect to the server, the server displays an error "Problem Executing SSL accept"

Hope you guys can help me with this. Thanks in advance.

[329 byte] By [s.E.a.Na] at [2007-11-26 15:33:57]
# 1
i guess there is a problem with your certificate; ssl means secure socket layer.
shoopy.a at 2007-7-8 21:51:08 > top of Java-index,Java Essentials,Java Programming...
# 2
I already have certificate... the problem is, i dont know how to call it in java before i start session with WSDL.You have any idea about this?
s.E.a.Na at 2007-7-8 21:51:08 > top of Java-index,Java Essentials,Java Programming...