NSOA.wsapi.enableLog( [ flag] )

Use this function to see the SOAP API request and response messages generated by NSOA.wsapi function calls.

Script deployment message log showing SOAP API requests and responses.

Every call between enableLog(true) and enableLog(false) is logged and available for viewing in the same place as the NSOA.meta.log(severity, message) function.

Note:

This function only works in test mode and is ignored in production due to the size of the messages. See Testing and Debugging.

Parameters

Returns

Units Limit

For more information, see Scripting Governance.

Since

Example

See Code Samples for more examples.