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: XOBWENV

Package: Web Services Client

Routine: XOBWENV


Information

XOBWENV ;ALB/MJK - HWSC :: Environmental Check ; 06/10/2016

Source Information

Source file <XOBWENV.m>

Entry Points

Name Comments DBIA/ICR reference
EN ;- entry point
; -- must be a supported M implementation
ENQ
VALIDM ; -- check if HWSC supports M implementation and set KIDS flag if not
OSOK() ; -- check environment for operating system, 5.2.3 or greater
SSLOK() ; -- check environment if SSL/TLS is supported (Cache 5.2.3 or greater, and *not* VMS)
; also called in [XOBW WEB SERVER SETUP] edit template
KIDSCHK(XOBDIR) ; -- check input from installer
; input: XOBDIR := directory where wsdl file is located (
; Note: If applicable, XOBDIR should contain the os-specific final delimiter, like '/home/cache/'
SUPPORT() ; -- returns name of xml file containing support classes (wsdl handler, vista info header, etc.)
VERSION() ; -- returns the version number for this build
SYSOS() ; -- get system operating system
; returns VMS, UNIX, NT or UNK
Info |  Source |  Entry Points