SOAPResult.Result

From Xojo Documentation

Method

SOAPResult.Result(Name as String) As Variant

Supported for all project types and targets.

Returns the value found in the tag name specified.

Notes

This function will search through the Body portion of the response and look for the tag that was passed. When it finds this tag, it returns its value.