Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | SOAP Folder | Summary of Elements in this Folder | pub.soap.utils:resetWSDEffectivePolicy
 
pub.soap.utils:resetWSDEffectivePolicy
WmPublic. Deprecated - There is no replacement service.
Returns the effective policy for a handler in a web service descriptor to the policy set in the Policy name property in Software AG Designer.
Input Parameters
wsdName
String The name of the web service descriptor for which you want to reset the effective policy.
Note:
The resetWSDEffectivePolicy service applies only to web services that run in pre-8.2 compatibility mode (i.e., the Pre-8.2 compatibility mode property is set to true).
handlerName
String The name of the handler for which you want to reset the effective policy.
Output Parameters
None.
Usage Notes
The pub.soap.utils.resetWSDEffectivePolicy service is deprecated because the service applies only to web services that run in pre-8.2 compatibility mode. The ability to run in pre-8.2 compatibility mode is deprecated as of Integration Server 10.4 due to the deprecation of the web services implementation that was introduced in Integration Server version 7.1
You can also use Designer to reset the effective policy. In Designer, open the web service descriptor, select the handler on the Handlers view, and modify the value of Effective policy name property assigned to the handler.
The pub.soap.utils.resetWSDEffectivePolicy service throws an exception if the provided inputs are invalid.
See Also
pub.soap.utils.setWSDEffectivePolicy