fgl_ws_execute()

This function will execute the specified instance of the Web Service client:

fgl_ws_execute("handle")

 

Any input data required should be set before this instance is executed as any unset parameters will be supplemented with NULL data. There are two types of service that can be executed – ‘fire and forget’, and ‘send and receive’. For a ‘send and receive’ service, this function returns TRUE on success and FALSE on failure. A failure can either be an invalid handle, or an error returned from the remote service. If the service is a ‘fire and forget’, no error message will be received and the only failure is an incorrect handle specified:

CALL fgl_ws_execute("myAdd")

 

Contact Us

Privacy Policy

Copyright © 2024 Querix, (UK) Ltd.