NETObjectToExpression[netObject] converts the specified .NET object reference into its value as a "native" Mathematica expression.
ReleaseCOMObject[obj] releases COM resources held by the specified .NET object.
TetGenGetEdges[expr] gets the edges in a TetGen expression.
TetGenGetFacetMarkers[expr] returns the facet markers for a TetGen expression.
FromServiceResponse[response] converts a response message into a Mathematica expression.
ToServiceRequest[parameters, headers] builds a request message using input provided in the parameters.
$PrintServiceRequest uses the Mathematica Print function to print the message sent to a web service.
$PrintWSDLDebug specifies whether WSDL debugging information will be printed when installing a web service.
As of Version 8, much of the functionality covered by Combinatorica has been implemented in the Mathematica kernel. BooleanAlgebra CodeToLabeledTree HasseDiagram ...
XMLGetString["data"] returns the XML expression tree corresponding to a string.XMLGetString["data", parser] uses the pre-initialized XMLParser object to parse the string.