Parameters

Parameters are simply data nodes with an order attribute. The order attribute identifies the order in which the parameters should be processed for the server. In this way, the RPC client can use any XML client library to build parameters in any order, and the RPC server retains the correct parameter order. The first parameter should have the order attribute set to 0; the second, to 1; and so on, as in this example:

<string order="1" value="bob" />

The set operation requires only one parameter, and the func operation may have zero or more parameters.


 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/fireworks/8/fwextending/fw_03_c7.htm