ENV = "http://schemas.xmlsoap.org/soap/envelope/"
ENC = "http://schemas.xmlsoap.org/soap/encoding/"
SCHEMA_INSTANCE = "http://www.w3.org/2001/XMLSchema-instance"
SCHEMA_DATA = "http://www.w3.org/2001/XMLSchema"
ENV_PREFIX = "SOAP-ENV"
ENC_PREFIX = "SOAP-ENC"
XSI_PREFIX = "xsi"
XSD_PREFIX = "xsd"
INT = 1
STRING = 2
$Body= ''
$Header= ''
eZSOAPEnvelope( ) : void