POVerifyImpl.jcs Sample

The POVerify control is designed to accept the details of an item associated with a purchase order, and to insert the details into two database tables. The control has the capability to make the database submission conditional based on whether there is enough inventory for the item. It exposes a "checkInventory" attribute through which a developer using the control can request this feature.

Use the LocalControlTest.jws web service to run this control.

Concepts Demonstrated by this Sample

Location of Sample Files

This sample is located in the localControls/nestedControls folder of the SamplesApp WebLogic Workshop project. In the file system the location is:

BEA_HOME\weblogic81\samples\workshop\SamplesApp\WebServices\localControls\tags\POVerifyImpl.jcs

To Run the Sample

Note that you run this sample by running its test container.

Related Topics

Getting Started with Java Controls