Previous Topic

Book Contents

Book Index

Next Topic

Return Parameters from the Webservice

The webservice returns a list. The entry of the list is the returncode:

Returncode

Description

00

The workflow was executed successfully.

01

No user is passed.

02

No password is passed.

03

The user has more than one client assigned. The correct client must be passed.

04

Login was not successful.

05

The workflow doesn’t exist.

06

The workflow doesn’t exist and the logout was not successful.

07

The create transaction was not successful.

08

The create transaction was not successful and the logout was not successful, too.

09

A problem occurred when calling the workflow.

10

A problem occurred when calling the workflow and the logout was not successful.

11

The workflow has crashed.

12

The workflow has crashed and the logout was not successful.

13

The workflow was executed successfully, the result is returned but the logout fails.

The second parameter is the corresponding message. The third parameter is a list which can include instances of the class KeyValuePair. This list can be filled by the workflow.

Help Image

The client side can handle the result list in this way:

Help Image

See Also

VM Webservice for Starting a Workflow

WSDL File

Transfering a Parameter to Execute the Webservice

Example