Salesforce

How Do I Consume Web Services Over SSL with Magic xpi? (Magic xpi 4.5)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

How Do I Consume Web Services Over SSL with Magic xpi? (Magic xpi 4.5)

This How To topic explains how to configure Magic xpi and Systinet to provide and consume Web services over SSL. It also includes an additional SSL-related configuration procedure in which a change of the SSL server certificate is described.

Some Web services are available only when working in a secure fashion. One of the most common protocols is SSL (Secure Socket Layer). These Web services are recognizable by the ‘s’ in their URL, such as: https://www.example_url.com.

This topic describes the various configurations possible with Magic xpi and the Systinet server to provide and consume such Web services.

Magic xpi supports working with SSL in several configurations:

  • When the server should be a trusted server but requires no client authentication.

  • Using mutual authentication in which the server must trust the client and the client must trust the server in return, through certifications.

This topic also describes the procedure needed to change the default certificates provided by the Systinet installation to other certificates.

To consume Web services Over SSL:

When consuming Web services over SSL, you need to configure the Systinet server to use the certificates provided by the Web service vendor.

In some cases, certain settings are required in Magic xpi and the relevant resource to ensure that you use the correct certificates.

To configure a client certificate for mutual authentication:

When provided with a client certificate, the following steps need to be taken to load the client certificate into Systinet:

Note:

It is recommended to save a local copy of the WSDL and work from there, because the client certificate is not used when loading the WSDL.

  1. Open the PStore Tool by typing the following command in the CMD window: %WASP_HOME%\bin\PStoreTool.bat --gui

  2. Open the client configuration file by using the PStore menu and selecting: %WASP_HOME%\conf\clientconf.xml

  3. Use the Key Store menu to import a new alias.

  4. Give the new alias a name (to be used by Magic xpi) and click Load PKCS#12. Provide the client certificate (.pfx or .cer files) and its password.

  5. This alias name and password should be used by the Show Identity details screen in your Web Service Step.

To configure a server certificate:

This procedure is needed if the vendor demands all clients “trust” the server:

  1. Navigate to the WSDL URL through your Web browser (mutual authenticated Web services will require the vendor’s certificate at this stage).

  2. Find the security icon and click it to display the certificate.

  3. Click to view the certificate and move to its Details tab.

  4. Save the certificate to a file by clicking Copy to File (use the defaults).

  5. Open the client-side PStore Tool using the command: %WASP_HOME%\bin\PStoreTool.bat --gui

  6. Click the PStore menu and select Open from file.

  7. Open the clientConf.xml file, which is located in the SSJ\Conf directory.

  8. From the Key Store menu, select Import Alias.

  9. Change the Type to TRUSTED_CERTIFICATE_ENTRY, click Load Certificate Chain, and provide the *.cer file that you just saved.

  10. Click OK. The server is now “trusted” by the client.

To set the client certificate in Magic xpi:

The settings required to consume a Web service over SSL on the Magic xpi side are:

  1. In the Web service step, use the Identity button to send the relevant identity details.
    The parameters needed are the Pstore alias as the user name parameter, and the certificate’s password as the password parameter. These settings are required whenever a client certificate is used.

  2. In the Settings dialog box's Resources section, locate your service’s Web Service Client definition. In the Configuration screen, select the Security tab. Change the Security Level to Transport, and the Authentication Type to SSL. These settings are required when using a client certificate.

To change the SSL server certificate:

The default certificate of Systinet server is issued to machineName.Domain.

Changing it to any other certificate is possible and requires taking the following steps:

  1. Open the PStore tool using the command: %WASP_HOME%\bin\PStoreTool.bat --gui

  2. Use the PStore->Open remote option (requires the server to be up and running):

  3. Create a new Identity from the KeyStore menu:

  4. Provide a name and password.

  5. In the Add Key Store Entry screen click the Distinguished Name button and add the required information:

  6. Right click this new identity and select Certificate request from the context menu. It is critical that the certificate request comes out of your machine.

  7. Save the certificate request as a TXT file and generate a certificate using a CA (Certification Authority).

  8. Load the new certificate to the new identity by clicking the Load Certificate button when parked on the new identity.

  9. Select the file (*.cer) created by the CA (certificate authority).

  10. Confirm by clicking the Apply Changes button (the identity password is needed).

  11. Make sure that the certificate’s issuer is trusted. Note that the issuer of the example certificate is DCTESTCA.

    The steps needed to make the certificate’s issuer “trusted” are as follows:

    1. Open the certificate (as shown above) and park on the issuer line. The View Certificate button should become available. Click it to open a second certificate.

    2. Move to the Details tab and click Copy to file, saving a *.cer file to your file system.

    3. In the PStore tool, use the KeyStore->Import alias option and change the Type to TRUSTED_CERTIFICATE_ENTRY. Click the Load Certificate Chain button and provide the .cer file.

    4. Open the ServerConf.xml file from the SSJ\Conf directory.

    5. Change the httpsPreferences section by giving the new identity as the alias and the new identity’s password as the password:

      <httpsPreferences name="https">
      <alias>NewTechNoteUser</alias>
      <defaultTimeout>40000</defaultTimeout>
      <maxIdleTime>500</maxIdleTime>
      <maxReadTime>40000</maxReadTime>
      <maxThreads>255</maxThreads>
      <minThreads>5</minThreads>
      <needsClientAuth>false</needsClientAuth>
      <nonProxyHosts>localhost</nonProxyHosts>
      <password>TechPass</password>
      <port>6443</port>
      </httpsPreferences>

    6. Restart Systinet and go to the console. Use the original login details (admin, changeit) when logging on.

Reference
Attachment 
Attachment