We are refreshing the3.0 SDK Errata doc to include the following Errata concerning two of the Environment Detection APIs:
SetEnvironmentDetection There is mismatch between documentation and WSDL. NULL should be replaced with empty array (in documentation).
- Calling SetEnvironmentDetection with null parameter throws a SOAP exception. In order to disable the service set EnvironmentDetectionDomainType to an empty array.
- The same is true about GetEnvironmentDetection when the service is disabled, null is not returned an empty array is returned.

