Difference between revisions of "Rest-call"

From GreenVulcano Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
=={{VULCON}} / {{GVCONSOLE}} Configuration==
 
=={{VULCON}} / {{GVCONSOLE}} Configuration==
 +
 +
The rest-call Element is used by [[Channel]] and [[routed-call]]. Its attributes are:
 +
{|class="gvtable"
 +
! Attribute !! Type !! Description
 +
|-
 +
| type || fixed || This attribute must assume the value '''call'''.
 +
|-
 +
| class || fixed || This attribute must assume the value '''it.greenvulcano.gvesb.virtual.ws.rest.RestCallOperation'''.
 +
|-
 +
| name || required || Operation name. Used in the [[Flow]] section to associate workflow nodes to VCL operations.
 +
|}
 +
 +
and its subelements:
 +
* [[Description]]
 +
* [[rest-call#RestServiceInvoker|RestServiceInvoker]]
 +
* [[Proxy]]
 +
 +
===RestServiceInvoker===
 +
  
  

Revision as of 11:08, 31 July 2013

Description

The GreenVulcano® ESB plugin ws-call defines the parameters for calling a Web Service using REST mode.

VulCon / GV Console Configuration

The rest-call Element is used by Channel and routed-call. Its attributes are:

Attribute Type Description
type fixed This attribute must assume the value call.
class fixed This attribute must assume the value it.greenvulcano.gvesb.virtual.ws.rest.RestCallOperation.
name required Operation name. Used in the Flow section to associate workflow nodes to VCL operations.

and its subelements:

RestServiceInvoker

UNDER CONSTRUCTION...