Method Properties
For a given node, the following properties are displayed:
method name
The name of the method that is exposed via the Web Services Description Language (WSDL) when you make your business process available as a Web service. For a Client Request node, it is the name of Java method that will be called when that node is executed.
handler method name
For a Client Response node, it is the name of the Java method that will be called when that node is executed.
sync/async callback name
Available only in the Client Request node, it is the name of the callback method. You can find this name in the method name property in the associated Client Response node.
Related Topics
Synchronous Clients for Asynchronous Business Processes