deleteTransientReturnType

Type: Boolean

The deleteTransientReturnType property of the JadeWebServiceProvider class specifies whether the transient object return type from a Web service method is deleted when processing is complete. The object is deleted only if it is a transient object.

If the return type is a collection, all transient members of this collection are also deleted.

This property is set to true by default. If you do not want the framework to delete transient return types, you must set this property to false in your code.