AgileShapes / Web Services |
An AgilePart activity that accesses a Web Service and its methods which are registered in AgilePoint Envision. The user can select the appropriate Web Service and its specific method using the Web Service shape.
Field Name | Definition |
---|---|
NeedCallback |
Default value: False This property determines whether this AgileShape is exited immediately after invoking the Web service method, or will wait to exit until the activity's status is explicitly updated to Complete. This property can be set to the following specific values:
|
Configuration |
Opens the Web Service Configuration dialog box, where you can configure which Web service method should be invoked at runtime. It also allows the process modeler to configure the custom process attributes that should be associated with the Web service method's parameters (if any), and the custom process attribute that will be used to store the Web service method's return value (if any). |
Credential |
Default value: None This property allows the process modeler to configure which authentication credentials (i.e. windows user account) should be used to invoke the Web service method at runtime. Click the Ellipses button to open the Login dialog. |
Proxy |
This property allows you to specify that a proxy server should be used to connect to the Web service at runtime. It allows you to bypass the permission constraints on the local machine at runtime. |
Timeout |
Default value: 600 Specifies the maximum amount of time (in seconds) that should be allowed for the completion of the web service call for this AgileShape. |
XmlSerializeReturnValue |
Default value: False This property determines whether the data returned by the Web service call invoked by this AgileShape will be serialized as XML or not. This property can be set to the following specific values:
|
The properties of the basic AgilePart AgileShape are also included in this AgileShape. For more information, see AgilePart.