Skip Ribbon Commands
Skip to main content
SharePoint

Saving a Byte Array Web Service Method Parameter to a Data Item

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:
  1. Check out and open the process you want to edit.
      
  2. Double-click or open the Invoke Web Service activity that you previously configured and now want to edit.
     
  3. Click the Data Mappings: Output tab.The corresponding screen is displayed.
     
  4. Select the Manually Map Information from the Web Service to the Solution check box.
     
  5. 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.

       
  6. Click the appropriate data item.
      
  7. Click the Web Service parameter editor. From the drop-down list displayed, select the appropriate parameter.
      
  8. Click OK. You saved the byte array web service method parameter to add a data item.
Related Topics
Saving a Byte Array Web Service Method Parameter to a File Location

Source
BPM Designer Topics > Overview of Activities and Activity Topics > Internet Activities > Invoke Web Service
Last modified at 7/31/2020 11:56 AM