main WSDL namespace
More...
|
const | version = "0.3.5.1" |
| this WSDL implementation version
|
|
const | SOAP_11_ENV = "http://schemas.xmlsoap.org/soap/envelope/" |
| SOAP 1.1 envelope URI.
|
|
const | SOAP_12_ENV = "http://www.w3.org/2003/05/soap-envelope" |
| SOAP 1.2 envelope URI.
|
|
const | SOAP_11_NS = "http://schemas.xmlsoap.org/wsdl/soap/" |
| SOAP 1.1 namespace URI.
|
|
const | SOAP_12_NS = "http://schemas.xmlsoap.org/wsdl/soap12/" |
| SOAP 1.2 namespace URI.
|
|
const | XSD_NS = "http://www.w3.org/2001/XMLSchema" |
| XSD namespace URI.
|
|
const | XSI_NS = "http://www.w3.org/2001/XMLSchema-instance" |
| XSI namespace URI.
|
|
const | HTTP_NS = "http://schemas.xmlsoap.org/wsdl/http/" |
| HTTP namespace URI.
|
|
const | MIME_NS = "http://schemas.xmlsoap.org/wsdl/mime/" |
| MIME namespace URI.
|
|
const | ENVELOPE_11_NS |
| soap 1.1 envelope namespaces
|
|
const | ENVELOPE_12_NS |
| soap 1.2 envelope namespaces
|
|
const | SOAP_ENCODING = "http://schemas.xmlsoap.org/soap/encoding/" |
| soap encoding URI
|
|
const | any_type_map |
| mapping from Qore types to xsd types for xsd type "anyType"
|
|
const | SOAP_TRANSPORT_HTTP = "http://schemas.xmlsoap.org/soap/http" |
| SOAP HTTP transport URI.
|
|
const | SOAP_TRANSPORT |
| known/supported transports
|
|
const | RANGE_SHORT = (-32768, 32767) |
| range of "short" values (16 bits)
|
|
const | RANGE_INT = (-2147483648, 2147483647) |
| range of "int" values (32 bits)
|
|