Cedric,

Back to Kurt's question- you're trying to bring jUDDI up under https?

Looks like your problem below is lack of underscores (UDDISecurityService != UDDI_SecuritySoapService). Can you configure this in your webservice descriptor rather than changing code?

--Tom

Cedric Perrot wrote:
Hello Kurt

I found the problem with PKIX certificate error. I was under the assumption
that the application server would take the JAVA keystore whereas it has its
own. I added the certificate to the application servers keystore and it
doesn't throw the PKIX error but now a new one which I think is about the
interfaces of the Oracle Registry.

Any hints are highly appreciated:

Error message:
javax.xml.ws.WebServiceException:
{urn:uddi-org:api_v3_portType}UDDISecurityService is not a valid service.
Valid services are:
{urn:uddi-org:api_v3}UDDI_Inquiry_SoapService,{urn:uddi-org:api_v3}UDDI_Publ
ication_SoapService,{urn:uddi-org:api_v3}UDDI_Security_SoapService

do I need to change the Strings:
        public final static String INQUIRY_SERVICE               =
"UDDIInquiryService";
        public final static String SECURITY_SERVICE              =
"UDDISecurityService";
        public final static String PUBLISH_SERVICE               =
"UDDIPublishService";
to
        public final static String INQUIRY_SERVICE               =
"UDDI_Inquiry_SoapService";
        public final static String SECURITY_SERVICE              =
"UDDI_Security_SoapService";
        public final static String PUBLISH_SERVICE               =
"UDDI_Publication_SoapService";

is Oracle Registry not conforming to standards?????

Thanks for your help guys.

Regards

Cedric


-----Original Message-----
From: Kurt T Stam [mailto:[email protected]] Sent: Tuesday, January 05, 2010 8:33 PM
To: Cedric Perrot
Cc: [email protected]; [email protected]; [email protected]; Steve Viens;
[email protected]
Subject: Re: jUDDI and SSL

Cedric Perrot wrote:
Hello everyone

I am using your jUDDI libraries as client only as I'm using Oracle Registry 11.1.

Is there a way to connect to https publishing services? I am getting the PKIX certificate error in Java.

Although, I have imported the certificate into the cacerts of my jdk1.6.

All test client are working like a breeze. Is there anything which needs to be configured to connect to a https publishing url?

Thanks in advance for your help.

Regards

Cedric

Hi Cedric,

I'm not sure what you're trying to do, bringing jUDDI up on https or registering https services in jUDDI.

Thx,

--Kurt


Reply via email to