Saturday, August 16, 2014

Invoking one way https webservice from OSB/Weblogic

       We may need to configure Weblogic for invoking one way https webservice from Weblogic/OSB. It is very easy to do that.

The following are the procedures required for the same.

1. keytool -import -file <<TrustFileStore.crt>> -keystore      /software/bea/Middleware/osb/11.1.1.7/wlserver_10.3/server/lib/DemoTrust.jks  
            
*(password – DemoTrustKeyStorePassPhrase)

2. set this propety in setDomainEnv.sh
-Dweblogic.security.SSL.enable.renegotiation=true

3. Restart the managed servers.

4. Create one business service to invoke the https service.

Regards,
Sajeev