PowerUp Description
The pwrFETCHXMLVIAGET PowerUp function calls a Web Service using the provided URL. Parameters are passed on the URL as a GET method call.
PowerUp Syntax
pwrFETCHXMLVIAGET(value)
The pwrFETCHXMLVIAGET PowerUp function has the following arguments:
value – Required. This is the complete URL to call the Web Service.
Return Value
pwrFETCHXMLVIAGET will return the result of the Web Service call.
Remarks
The URL value provided must be a fully-formed and fully-encoded URL string.
Example
=pwrFETCHXMLVIAGET("http://webserviceservername/serviceurl?arg1=val1&arg2=val2")