ActiveBPEL® Designer User’s Guide
When you want to simulate process execution for a process with complex messages, you can generate sample data files for the messages. A sample data file is an XML file structured with message part elements or types that have been defined in the schema declared in the WSDL namespace. The following code is an example of a partial sample data file for a purchase order output message. Code similar to this example is automatically generated for you.
<purchaseOrders xmlns="http://samples.cxdn.com/po"
xmlns:tns="http://samples.cxdn.com/po">
<purchaseOrder tns:orderDate="2005-09-05">
<shipTo tns:country="US">
<name>Jay Lor Jr.</name>
<street>100 My Street</street>
<city>My City</city>
<state>CT</state>
<zip>06484</zip>
</shipTo>
...
</purchaseOrder>
</purchaseOrders>
To generate sample data:

Note: You can generate multiple sample data files for the same message part. You can name the files uniquely, or you can use the same filename and store the files in different folders. ActiveBPEL keeps track of file locations when you add the files to Web References.
Copyright (c) 2004-2007 Active Endpoints, Inc.