Previous Topic: XMLNext Topic: Synchronous Processing


Using a Java (Classic Style) Proxy

The generated Java proxy is capable of supporting both synchronous and asynchronous cooperative flows. The main difference between these processing types is the actual method used to perform the cooperative flow.

All sample code supplied with the product (APP, JSP and XML) demonstrates only the use of synchronous capabilities. However, the following sections provide, in pseudo-code, an outline of the structure of synchronous and asynchronous code.

Note: All non CA Gen server errors are handled as standard Java exceptions. Handling these exceptions is not shown in the following sections.

More information:

Asynchronous Processing