Java Service

A Java service allows you to embed Java code to your process flow. For example, parts of your order processing system may have been implemented using Java. You can adapt this code to run in a business process as a Java service. A Java service binds to a local Java class, with operations in the service interface bound to public static methods in the Java class.

A Java service can call any other service through the Java service proxy interface, which are generated Java classes that allow you to invoke other services from your Java service through the WSIF interface. The proxy class contains a method for each operation that is exposed in the service interface. The Java Service editor provides drag-and-drop support to add service invocations to your Java method implementations.

Developing a Java Service

Java Service Runtime Support

Java Service Datatypes

Supported Java Exceptions

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com