POVerify-tags.xml Sample
This topic inludes the source code for the POVerify-tags.xml Sample.
Sample Location
This sample is located in the following directory in your WebLogic Workshop installation:
BEA_HOME/weblogic81/samples/workshop/SamplesApp/WebServices/localControls/tags/
Sample Source Code
01 <?xml version="1.0"?>
02 <control-tags xmlns="http://www.bea.com/2003/03/controls/">
03 <control-tag name="databaseActions">
04 <description>Verifies purchase order information.</description>
05 <attribute name="checkInventory" required="false">
06 <description>Specifies whether to check inventory before updating the database.</description>
07 <type>
08 <boolean/>
09 </type>
10 <default-value>false</default-value>
11 </attribute>
12 </control-tag>
13 </control-tags>
|