$soapGet
Get SOAP result
Note: $soapGet method is available in the Advanced or upper Editions only.
Syntax:
$soapGet( HTTP-URI, namespace, method [,param [,param..]] )
Parameters:
HTTP-URI – SOAP server’s address
namespace – Name space
method – Method name
param – Input parameter
Returns:
SOAP response’s result
Version Since:
2.0
Where the function can be used:
- Preliminary rules
- Regular rules
Example:
$soapGet(“http://192.168.0.1”,”ns”,"get","in0=A","in1=B") = (.+)