; -- send rpc application error
; -- if parameters are passed as in CODE (where CODE = code^param1^param2^...)
; -- parse CODE and put parameters into PARAMS array.
CALLRPC(XWBPTYPE,XWBWRAP,XWBAPVER,METHSIG)
;-- execute RPC (use Broker RPC return type & wrap flag if there)
GETFMT()
; -- determine response format type
DOCTYPE
;
SEND(XOBR)
; -- stream rpc data to client
ENQ
; -- end message handler
CLEAN
; -- clean up message handler environment
EN(XOBDATA)
; -- handle parsed messages request
PROCESS
; -- send the real results
VER()
; -- check version and if re-authentication check is needed
; -- IMPORTANT: This tag needs updating for version numbers for each target release.
; -- This call needs only be called once per connection.
;