Contents    

To Edit a Producer Instance

  1. Click the Edit Properties link beside the producer instance to be modified.
  2. Select the General Properties and modify the properties as needed:
    • Status of the producer instance — Enabled for an WSRP active producer, Disabled for an inactive producer instance).
    • A disabled producer instance will not accept requests from WSRP consumers.

    • Registration is Required—Checked if WSRP consumers need to provide specified registration information).
    • Inband Registration —Supported if a WSRP consumer can register with the producer instance online, Unsupported if a WSRP consumer must register offline with the producer instance.
    • Registration Validation Class — Java class used to validate a registration. When a consumer registers with a producer, it passes registration property values for each registration property that the producer has defined in its service description. The registration validator class is used by the producer to validate that the values sent by the consumer are acceptable for this producer instance.

    • Tip

      A registration validator is a Java class that implements the Registration Validator interface. Depending on your needs, you can author your own registration validator class and apply any logic necessary to validate consumer registrations


      .

  3. Click Save
  4. Select the Portlets Tab to modify the lists of deployed portlets that will be available to WSRP consumers, then click Save.
  5. Select the Registration Properties tab to add or delete a property that all WSRP consumers must provide to register with the producer instance, then click Save

To manage WSRP consumer registrations for a producer instance:

To Add a Consumer Registration

To Edit a Consumer Registration


Contents