Add SSL for Non-certified SSL Keys
If you are sending web service requests to https://services.omnitracs.com please skip this step because this address has a certified SSL certificate.
When trying to call a web service over SSL with a non-certified SSL Key, you must insert some system property java code for the web service to work properly. The following code does not need to be inserted if the SSL Key is certified. The following code must be placed before the call to the web service.
|
The location of the keyStore and trustStore must be specified for the WebSphere Application Server you are running the web service on along with the password for the keyStore and trustStore.