| name | description |
| addSOAPRequestHeader | Adds a SOAP header to a web service request before making the request. |
| addSOAPResponseHeader | Adds a SOAP response header to a web service response. Call only from within a CFC web service function that is processing a request as a SOAP web service. |
| getSOAPRequest | Returns an XML object that contains the entire SOAP request. Usually called from within a web service CFC. |
| getSOAPRequestHeader | Obtains a SOAP request header. Call only from within a CFC web service function that is processing a request as a SOAP web service. |
| getSOAPResponse | Returns an XML object that contains the entire SOAP response after invoking a web service. |
| getSOAPResponseHeader | Returns a SOAP response header. Call this function from within code that is invoking a web service after making a web service request. |
| isSOAPRequest | Determines whether a CFC is being called as a web service. |
| isWDDX | Determines whether a value is a well-formed WDDX packet. |
| isXML | Determines whether a string is well-formed XML text. |
| isXmlAttribute | Determines whether the function parameter is an XML Document Object Model (DOM) attribute node. |
| isXmlDoc | Determines whether the function parameter is a ColdFusion XML document object. |
| isXmlElem | Determines whether the function parameter is an XML document object element. |
| isXmlNode | Determines whether the function parameter is an XML document object node. |
| isXmlRoot | Determines whether the function parameter is the root element of an XML document object. |
| xmlChildPos | Gets the position of a child element within an XML document object. |
| xmlElemNew | Creates an XML document object element. |
| xmlFormat | Escapes special XML characters in a string so that the string can be used as text in XML. |
| xmlGetNodeType | Determines the type of an XML document object node. |
| xmlNew | Creates an XML document object. |
| xmlParse | Converts XML text into an XML document object. |
| xmlSearch | Uses an XPath language expression to search an XML document object. |
| xmlTransform | Applies an Extensible Stylesheet Language Transformation (XSLT) to XML. The XML can be in string format or an XML document object. |
| xmlValidate | Uses a Document Type Definition (DTD) or XML Schema to validate an XML text document or an XML document object. |