Difference between revisions of "ZSI Examples"

From PeformIQ Upgrade
Jump to navigation Jump to search
(New page: = Some ZSI Examples = == CDPBilling == {{{ }}})
 
Line 3: Line 3:
== CDPBilling ==
== CDPBilling ==


{{{
A Python script using the Zolera SOAP Infrastructure was implemented which allowed arbitrary combinations of orders to be generated.  This script was run from the command line with arguments specifying the required attributes of order set. It dynamically generated an order cluster with randomized data, injected this into the web tier and captured and parsed the return response into a log file along with various timings.
}}}
 
Follow these links to view the submit script (do.py) and component ZSI generated modules:

Revision as of 13:58, 19 December 2007

Some ZSI Examples

CDPBilling

A Python script using the Zolera SOAP Infrastructure was implemented which allowed arbitrary combinations of orders to be generated. This script was run from the command line with arguments specifying the required attributes of order set. It dynamically generated an order cluster with randomized data, injected this into the web tier and captured and parsed the return response into a log file along with various timings.

Follow these links to view the submit script (do.py) and component ZSI generated modules: