When making a TEWS call to remove an organization (see example below), the default behavior is to remove ALL organizations. Is there a way to avoid this?
Example:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:wsdl="http://tews6/wsdl">
<soapenv:Header/>
<soapenv:Body>
<wsdl:SAMPLEDeleteOrganization>
<wsdl:SAMPLEDeleteOrganizationSearch>
</wsdl:SAMPLEDeleteOrganizationSearch>
</wsdl:SAMPLEDeleteOrganization>
</soapenv:Body>
</soapenv:Envelope>
Release : 14.x
Component : IdentityManager
To avoid this you need to use the filter element (Example below).
There is no safeguard mechanism, in the TEWS call. If the filter is not specified all organizations will be deleted. However, customers can develop their own event listeners. For more information please refer to the product documentation (link below).