Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: XWBUTL

Package: RPC Broker

Routine: XWBUTL


Information

XWBUTL ;OIFO-Oakland/REM - M2M Programmer Utilities ;05/17/2002 17:46

Source Information

Source file <XWBUTL.m>

Entry Points

Name Comments DBIA/ICR reference
XMLHDR() ; -- provides current XML standard header
ERROR(XWBDAT) ; -- send error type message
BUILD(XWBY,XWBDAT) ; -- build xml in passed store reference (XWBY)
; -- input format
; XWBDAT("MESSAGE TYPE") = type of message (ex. Gov.VA.Med.RPC.Error)
; XWBDAT("ERRORS",<integer>,"CODE") = error code
; XWBDAT("ERRORS",<integer>,"ERROR TYPE") = type of error (system/application/security)
; XWBDAT("ERRORS",<integer>,"MESSAGE",<integer>) = error message
;
ADD(TXT) ; -- add line
CHARCHK(STR) ; -- replace xml character limits with entities
NUM(STR,D) ;Convert a string to numbers
Info |  Source |  Entry Points