NETBlock[expr] causes all new .NET objects returned to Mathematica during the evaluation of expr to be released when expr finishes.
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.
ShowNETConsole[] displays the .NET console window and begins capturing output sent to the Console.Out and Console.Error streams.ShowNETConsole["stdout"] captures only ...
FromServiceResponse[response] converts a response message into a Mathematica expression.
InstallServiceOperation[name, endpoint, arguments, headers] creates a function for the web service operation using the end point, arguments, and options.
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.
$PrintServiceResponse uses the Mathematica Print function to print the message received from a web service before it is deserialized into a Rule syntax expression.
$PrintWSDLDebug specifies whether WSDL debugging information will be printed when installing a web service.