workerApp

Type: String[100]

The workerApp property of the JadeWebServiceConsumer class contains the name of a worker application that can process a Web service request asynchronously. The name must be the name of an application defined in the same schema or a superschema of the one containing the JadeWebServiceConsumer class.

The initialize and finalize methods of the application must execute the asyncInitialize and asyncFinalize methods of the Application class, respectively. Additionally, the WSDL for the Web service must specify that the Web service is to be executed asynchronously.