@jc:reliable Annotation

The @jc:reliable annotation indicates that a web service exposed by a Web Service control uses reliable messaging, and specifies how long messages must be retained by the server in order to perform detection and removal of duplicates. On a method of the web service, the @jc:reliable tag indicates that reliable messaging is enabled or disabled for that method. The @jc:reliable annotation is essentially identical to the @jws:reliable annotation on a web service. For more information, see @jws:reliable.

Note: In WebLogic Workshop 8.1, reliable annotations are not propagated into the WSDL for the JWS file. If you generate a Web Service control from a JWS with reliable methods, you must manually modify the Web Service control to match the JWS.

Note: Reliable messaging is not supported with web services and controls that use WS-Security (Web Service Security).

Related Topics

@jws:reliable

Web Service Control