![]() |
Qore xml Module 2.1.0
|
Classes | |
| hashdecl | ArgInfo |
| message argument hash description More... | |
| class | Binding |
| class for WSDL bindings More... | |
| class | BindingContentDescription |
| describes MIME content information for SOAP operational binding message descriptions More... | |
| class | BindingMessageBodyDescription |
| describes the message body for a SOAP operational binding message description More... | |
| class | BindingMessageDescription |
| describes an input or output message in a SOAP operational binding More... | |
| class | BindingMessageHeaderDescription |
| describes a SOAP message header for a SOAP operational binding message description More... | |
| hashdecl | ChoiceInfo |
| complex type choice hash More... | |
| class | MimeXmlMessageDescription |
| describes a mimeXml payload for a SOAP operational binding message description More... | |
| class | Namespaces |
| namespace container class More... | |
| class | OperationalBinding |
| class for WSDL bindings associated with a SOAP operation More... | |
| hashdecl | OperationInfo |
| WSDL operation info. More... | |
| hashdecl | PortTypeInfo |
| WSDL port type hash. More... | |
| hashdecl | ServiceInfo |
| WSDL service info hash. More... | |
| class | WSDLLib |
| contains helper methods for retrieving WSDLs from a URL More... | |
| class | WsdlPollOperation |
| main class representing a parsed WSDL file More... | |
| class | WSMessage |
| web service message class More... | |
| class | WSMessageHelper |
| helper class implementing sample message generation More... | |
| class | WSOperation |
| web service operation class More... | |
| class | XsdArrayType |
| class for XSD array types; currently only supports single dimensional arrays More... | |
| class | XsdAttribute |
| XSD attribute class. More... | |
| class | XsdBase |
| base class with helper methods for XSD data processing More... | |
| class | XsdBaseType |
| class for XSD base types More... | |
| class | XsdComplexType |
| XSD complex type class. More... | |
| class | XsdData |
| base class for XSD data classes More... | |
| class | XsdElement |
| XSD element class. More... | |
| class | XsdNamedData |
| base class for XSD classes with a "name" attribute More... | |
| class | XsdSimpleType |
| XSD simple type class. More... | |
| class | XsdTypedData |
| XSD typed data class. More... | |
Functions | |
| void | wsdl_set_global_compat_empty_string_is_nothing (softbool val) |
sets the global_compat_empty_string_is_nothing variable to the given value to force the WSDL module to return a blank value for a required string field when the associated XML element is present as no value instead of an empty string for backwards compatibility with xml module 1.3 | |
| void | wsdl_set_global_compat_allow_any_header (softbool val) |
sets the global_compat_allow_any_header variable to the given value to force the WSDL module to allow any SOAP header to be sent in SOAP messages for backwards compatibility with xml module 1.3 | |
Variables | |
| const auto | version = ... |
| this WSDL implementation version | |
| const auto | SOAP_11_ENV = ... |
| SOAP 1.1 envelope URI. | |
| const auto | SOAP_12_ENV = ... |
| SOAP 1.2 envelope URI. | |
| const auto | SOAP_11_NS = ... |
| SOAP 1.1 namespace URI. | |
| const auto | SOAP_12_NS = ... |
| SOAP 1.2 namespace URI. | |
| const auto | XSD_NS = ... |
| XSD namespace URI. | |
| const auto | XSI_NS = ... |
| XSI namespace URI. | |
| const auto | HTTP_NS = ... |
| HTTP namespace URI. | |
| const auto | MIME_NS = ... |
| MIME namespace URI. | |
| const auto | ENVELOPE_11_NS = ... |
| soap 1.1 envelope namespaces | |
| const auto | ENVELOPE_12_NS = ... |
| soap 1.2 envelope namespaces | |
| const auto | SoapUseMap = ... |
| SOAP "use" to "encoded" mappings. | |
| const auto | SoapStyleMap = ... |
| SOAP "style" to "document" mappings. | |
| const auto | SOAP_ENCODING = ... |
| soap encoding URI | |
| const auto | any_type_map = ... |
| mapping from Qore types to xsd types for xsd type "anyType" | |
| const auto | SOAP_TRANSPORT_HTTP = ... |
| SOAP HTTP transport URI. | |
| const auto | SOAP_TRANSPORT = ... |
| known/supported transports | |
| const auto | RANGE_SHORT = ... |
| range of "short" values (16 bits) | |
| const auto | RANGE_INT = ... |
| range of "int" values (32 bits) | |
| bool | global_compat_empty_string_is_nothing |
| range of "int" values (32 bits) | |
main WSDL namespace