Creating SOA connections

To use an SOA connection, you must at minimum specify a user name and password.

To create an SOA connection in NexJ Studio:

  1. Open the environment to which you want to add an SOA connection.
    The file opens in the editor window.
  2. In the editor window, click the SOA Connections tab.
  3. In the SOA Connections area, click the Select button .
    The Select SOA Connections dialog opens.
  4. In the left-hand column, select the SOA connection you would like to create, then click Add.
    The selected SOA connection is added to the right-hand column.
  5. Click OK.
    The Select SOA Connections dialog closes.
  6. In the SOA Connections area, select the SOA connection to configure.
  7. In the User field, enter the service user ID.
  8. In the Password field, enter the password for the specified user ID.
  9. Fill in any other desired fields for the channel.
  10. Click the Save button in the toolbar to save the changes to the connection.
These changes are reflected in the environment file XML as follows:
<Environment ...>
   <SOAConnections>
      <SOAConnection auth="basic" binding="context" service="nexj:soa:Audit:1.0" user="nexjsa"/>
   </SOAConnections>
</Environment>
For a list of required SOA connections and sample configurations for NexJ CRM, see SOA connection settings.