Running the Notification Processes

After importing the notification project and downloading the notification WSDL file, you can run the processes to see how the notification project works.

Prerequisites

Ensure that you have imported the notification project to TIBCO Business Studio, as described in Importing the Notification Project, and downloaded the notification WSDL file from the Workday website, as described in Downloading the Notification WSDL File.

Procedure

  1. In the Project Explorer view, click Module Descriptors > Module Properties to update the module properties used in the notification project.
    Note: Ensure that the host and port are consistent with the actual public IP address that you use as the server.
  2. In the Project Explorer view, click Resources > companyname.bw.palette.workday.sample.notification. Double-click the following shared resources and XML files to edit:
    • HTTPConnectorResource.httpConnResource
    • WssProvider_AuthenticationProvider.authxml
    • WssProvider_WSSAuthProvider.wssResource
    • XmlUsers.xml
    Note: The user name and password must be consistent with the configurations in the External Endpoints area on the Workday cloud platform.

    See HTTP Connector in TIBCO ActiveMatrix BusinessWorks Bindings and Palettes Reference, and policy in TIBCO ActiveMatrix BusinessWorks Concepts for more details.

  3. Create a new project that includes a new process to receive and process the notification message, which is sent by the process in the imported project.

    See Running the Notification Sample Processes for an example.

    Note: The project name must be consistent with the basic structure of the componentName property of the imported process. For example: companyname.bw.palette.workday.sample.notification.serviceprovider.

    The host must be consistent with the HTTP connector configurations in the imported project, and the port must be different.

  4. Download the notification WSDL file for this new project.
  5. On the toolbar, click the icon to save your changes.
  6. From the menu, click Run > Run Configurations to run the two processes.
  7. In the "Create, manage, and run configurations" dialog, expand BusinessWorks Application and click BWApplication. In the right panel, click the Applications tab, ensure that the check boxes next to the two processes are selected.
  8. Click Run to run the processes.