Module: WSDL::NS Private
- Defined in:
- lib/wsdl/ns.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Namespace URI constants used throughout the WSDL library.
This module centralizes all XML namespace URIs to avoid duplication and provide a single source of truth for namespace references.
Constant Summary collapse
- XSD =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
XML Schema namespace URI. Used for XSD type definitions (xs:string, xs:int, etc.)
'http://www.w3.org/2001/XMLSchema'- XSI =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
XML Schema Instance namespace URI. Used for xsi:nil, xsi:type attributes.
'http://www.w3.org/2001/XMLSchema-instance'- WSDL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
WSDL 1.1 namespace URI. Used for WSDL document elements (definitions, types, message, etc.)
'http://schemas.xmlsoap.org/wsdl/'- WSDL_SOAP_1_1 =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
WSDL SOAP 1.1 binding namespace URI. Used for SOAP 1.1 binding elements in WSDL documents.
'http://schemas.xmlsoap.org/wsdl/soap/'- WSDL_SOAP_1_2 =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
WSDL SOAP 1.2 binding namespace URI. Used for SOAP 1.2 binding elements in WSDL documents.
'http://schemas.xmlsoap.org/wsdl/soap12/'- SOAP_1_1 =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
SOAP 1.1 envelope namespace URI. Used for the SOAP Envelope, Header, and Body elements in SOAP 1.1 messages.
'http://schemas.xmlsoap.org/soap/envelope/'- SOAP_1_2 =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
SOAP 1.2 envelope namespace URI. Used for the SOAP Envelope, Header, and Body elements in SOAP 1.2 messages.
'http://www.w3.org/2003/05/soap-envelope'- WSDL_2_0 =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
WSDL 2.0 namespace URI. Used only for detection — WSDL 2.0 is not supported.
'http://www.w3.org/ns/wsdl'