Previous Topic

Book Contents

Book Index

Next Topic

General

Valuemation Web Services are implemented by Valuemation workflows. It means that each service has a corresponding workflow in Valuemation. The services are exposed via the CXF Webservice framework supporting JSON and XML formats for data exchange.

All Valuemation Web Services use the same service method (which is used to start a workflow):

  • The 'execwf' method for the JSON data format
  • The 'runSubWorkflow' method for XML data format

Since you can have several Valuemation Web Services (each implemented by a workflow) but you have got one method only, you have to define the actually called service with a parameter in the POST data of the request.

Please see the following examples:

In This Chapter

Example: Get Objects

Example: Create Ticket

See Also

Valuemation Web Services

Web Services in Valuemation

Web Service Authorization

Other Settings

Processing a Service Request