After data returns from a web service, you will need to save it to a data item in order to use the information someplace else in your process.
To save a byte array web service method parameter to a data item, complete the following steps:
- Check out and open the process you want to edit.
- Double-click or open the Invoke Web Service activity that you previously configured and now want to edit.
- Click the Data Mappings: Output tab.The corresponding screen is displayed.
- Select the Manually Map Information from the Web Service to the Solution check box.
- Click the Data Item editor. A drop down window is displayed.
Note: |
In the Destination field, the Data Item editor is selected by default. |
Note: |
Calculation data items are read-only. You cannot edit this type of data item. |
- Click the appropriate data item.
- Click the Web Service parameter editor. From the drop-down list displayed, select the appropriate parameter.
- Click OK. You saved the byte array web service method parameter to add a data item.