Task Returned Value
|
The task’s Returned Value, which is specified in the Task Properties dialog box, is used as the method’s returned value.
|
|
An I/O Requester type is disregarded and will not be returned to the EJB.
|
Compound returned values
|
Compound returned values include arrays and structures. They are available by using user-defined XMLs, whose content is recognized both by the activated Magic xpa program and the client invoking the EJB.
|
|
The enterprise server passes the XML to the EJB, which in turn passes it to the client as it is, without parsing the XML.
|
|
You can prepare the XML file either using Alpha fields or BLOB. With the BLOB method you work with a text file and then load it using the File2Blb function.
|