Path: dp-news.maxwell.syr.edu!spool.maxwell.syr.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!v46g2000cwv.googlegroups.com!not-for-mail
From: earth.cs@gmail.com
Newsgroups: comp.databases.oracle.server
Subject: SSLHandShake Exception while creating proxy fot .Net Secured WebService in JDeveloper
Date: 2 Mar 2006 23:06:39 -0800
Organization: http://groups.google.com
Lines: 30
Message-ID: <1141369598.977479.113080@v46g2000cwv.googlegroups.com>
NNTP-Posting-Host: 196.15.16.20
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1141369604 19637 127.0.0.1 (3 Mar 2006 07:06:44 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Fri, 3 Mar 2006 07:06:44 +0000 (UTC)
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0),gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: v46g2000cwv.googlegroups.com; posting-host=196.15.16.20;
   posting-account=GCl4tg0AAACuTdCFnEGGTWlvgfyTUyhu
Xref: dp-news.maxwell.syr.edu comp.databases.oracle.server:262664

I am trying to create proxy for a .net webservice which is running in
SSL in my Jdeveloper10.1.3.

In the wizard while giving the https://wsdl-location I am getting the
following exception.
Unable to connect to URL:
https://152.69.213.27/WesternUnion1.0/WesternUnionService.asmx due to
java.security.PrivilegedActionException: javax.xml.soap.SOAPException:
Message send failed: javax.net.ssl.SSLException: SSL handshake failed:
X509CertChainIncompleteErr
java.rmi.RemoteException: ; nested exception is:
	HTTP transport error: javax.xml.soap.SOAPException:
java.security.PrivilegedActionException: javax.xml.soap.SOAPException:
Message send failed: javax.net.ssl.SSLException: SSL handshake failed:
X509CertChainIncompleteErr


I am using openSSL to create CA locally.
I have created a request in IIS and signed by openSSL CA and installed
in IIS.
I have also created secure-web-site.xml file in Jdev\j2ee\home\cofig
and edited the follwoing lines.
<ssl-config keystore="D:\JDEV10134\jdk\bin\myjdev_keystore"
keystore-password="welcome1">

Can anybody suggest if I am doing anything worng or missing anything.

Thanks in advance
Earth

