MyDriveWorks - Tech Tips
Look at how to request data from a web service using the HTTP Request Task. You can also look at how to retrieve data from the result using XPathGet.
Finds the value at a given path in an XML or JSON string.
XPathGet([Input Data],[Path])
Where:
Input Data is the input data on which to search.
Path is the path to find in the given data object.
Please see the function XPathXMLGet for examples using XML data.
Please see the function XPathJSONGet for examples using JSON data.
This function relates to the Send HTTP Request task.
Look at how to request data from a web service using the HTTP Request Task. You can also look at how to retrieve data from the result using XPathGet.
View all available MyDriveWorks Tech Tips.