execute()

This is a method used with a WEBSERVICE variable to execute a webservice operation:

<ws_var>.Execute([parameters])

It can be called to a variable of the WEBSERVICE data type which has already be used with loadMeta() and contains the webservice operation selected by selectOperation(). It accepts optional arguments, which represent the parameters passed to the stub from the calling routine. If no parameters are passed, they are replaced by NULL values. It can return some values, if the webservice operation returns something:

CALL ws_var.Execute(input_record.*) RETURNING output_record.*

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.