Informatica ActiveVOS
- Informatica ActiveVOS 9.2.4.6
- All Products
<xsd1:automatedStepResponse xmlns:xsd1="http://schemas.active-endpoints.com/appmodules/ screenflow/2010/10/avosScreenflow.xsd"> <!--Optional:--> <xsd1:fields> <!--Optional:--> <xsd1:field name="string"/> </xsd1:fields> <!--Optional:--> <xsd1:guideData> <!--Optional:--> <xsd1:parameter name="string"/> </xsd1:guideData> </xsd1:automatedStepResponse>
automatedStepResponse output element
| Description
|
---|---|
fields
| Contains the data described as output fields for the service call step. They are name/value pairs where the
name is in the attribute name and the
value is the data under the element. For both input and output, the field can be defined as complex (attribute
complex="true" ) in the
services.xml file on the parameter or field). In that case, the value can be arbitrary XML that can be used in a renderer. See the Starter project example for a simple example used in Hello World.
|
guideData
| Contains the new data to be set for the guide context data if the service has
passAllData="true" in the
services.xml file
|