This function closes the named instance of a Web Service client:
fgl_ws_close("handle")
Once closed, the handle is no longer valid. This function will return TRUE on success and FALSE on failure, i.e., if an invalid handle is specified:
CALL fgl_ws_close("myAdd")