Creating the authenticate operation

The authenticate operation has the following input and output:

Follow these steps to add the authenticate operation to the Brokerage interface:

  1. Switch to the BrokerageInterface editor.
  2. Click the Add Request Response Operation button Add Request Response Operation.
  3. Switch to the Properties view.
  4. In the details section, click the Description tab.
  5. In the Name field, type authenticate.
  6. Switch to the BrokerageInterface editor.
  7. Click the Add Input button Add Input.
  8. Switch to the Properties view.
  9. In the details section, click the Description tab.
  10. In the Name field, type customerNumber. The Data Type Selection window opens.
  11. In the Filter by type, namespace, or file (? = any character, * = any String) field, type CustomerNumberBO.
  12. Click CustomerNumberBO.
  13. Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/CustomerNumberBO.xsd.
  14. Click OK.
  15. In the Type list, type CustomerNumberBO [http://eMergedLibrary/com/emerged/portal].
  16. Switch to the BrokerageInterface editor.
  17. Click the Add Input button Add Input.
  18. Switch to the Properties view.
  19. In the details section, click the Description tab.
  20. In the Name field, type password. The Data Type Selection window opens.
  21. In the Filter by type, namespace, or file (? = any character, * = any String) field, type PasswordBO.
  22. Click PasswordBO.
  23. Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/PasswordBO.xsd.
  24. Click OK.
  25. In the Type list, type PasswordBO [http://eMergedLibrary/com/emerged/portal].
  26. Switch to the BrokerageInterface editor.
  27. Click the Add Output button Add Output.
  28. Switch to the Properties view.
  29. In the details section, click the Description tab.
  30. In the Name field, type result. The Data Type Selection window opens.
  31. In the Filter by type, namespace, or file (? = any character, * = any String) field, type TrueOrFalseBO.
  32. Click TrueOrFalseBO.
  33. Click http://eMergedLibrary/com/emerged/portal - eMergedLibrary/com/emerged/portal/TrueOrFalseBO.xsd.
  34. Click OK.
  35. In the Type list, type TrueOrFalseBO [http://eMergedLibrary/com/emerged/portal].
    *BrokerageInterface
  36. From the menu, select File > Save (or press Ctrl+S).
  37. From the menu, select File > Close (or press Ctrl+F4). The editor closes for BrokerageInterface.

Feedback
(C) Copyright IBM Corporation 2005. All Rights Reserved.