Creating Required Data Fields

Procedure

  1. Create a lookupUserResponse data field. This field:
    • will be used to hold the contents of the response output parameter.
    • must be the same type as the response output parameter (as shown on the Output from Service tab of the Call lookupUser operation service task). This type is lookupUserResponseType, which is an external type available in the generated business objects that were created earlier when you imported the EntityResolverService WSDL
      Note: When you create the data field, you can use the Select Type dialog to easily find and select the correct type. (Enter lookup in the search box to filter the results.)

  1. Similarly, create a data field called userDetail, of external type XMLEntityDetail. This field will be used in the Process response script to access the individual detail elements contained in the lookupUserResponse data field. (See in this section.)