Web service connector

I dont know how to use Load status in a behavior tab!!???
Help!
tnx


mujo (BOB member since 2008-03-31)

Here is the concept:
CX tells you what state the web service connector is in (load status can be either loading or idle, each has a corresponding feedback string output) so that we can make use of this string output to trigger other web services, set dynamic visibilty,inform user of webservice running, waiting state, etc.

On the behavior tab,there are two fields you can make use of:

  • Load status source
    Here you can choose to define your own feedback strings.
    eg: idle, done, complete once the web service has finished
    loading, in progress, wait… while the web service is running.
  • Load status Insert
    You can choose the cell into which this feedback string is inserted into in the excel spreadsheet.

msharma (BOB member since 2006-11-08)