Re: Trouble calling a secure Web Service requiring client certificate

2009-06-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, On 6/22/2009 4:37 PM, frank.bowar wrote: > I used WSDL2Java to create stubs for the Web Service I am connecting to. > Here is my code that wraps around the generated stubs: [snip] I didn't see any SSL or cert stuff in there. > The only metho

RE: Trouble calling a secure Web Service requiring client certificate

2009-06-22 Thread frank.bowar
gt; -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Monday, June 22, 2009 3:03 PM > To: Tomcat Users List > Subject: Re: Trouble calling a secure Web Service requiring > client certificate > > -BEGIN PGP SIGNED MESSAGE-

Re: Trouble calling a secure Web Service requiring client certificate

2009-06-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Frank, On 6/22/2009 3:53 PM, frank.bowar wrote: > I've got a TOMCAT application that pulls data from a Web Service and just > recently the Web Service was hardened to require client certificates. > > I debugged all my certificate issues and got my J

Trouble calling a secure Web Service requiring client certificate

2009-06-22 Thread frank.bowar
I've got a TOMCAT application that pulls data from a Web Service and just recently the Web Service was hardened to require client certificates. I debugged all my certificate issues and got my Java class that talks to the Web Service working just fine as a stand-alone app. However, I'm having tro