SchemaEnum.jws Sample

A web service illustrating how you can access XML values that are defined in schema as enumerations. When a schema containing enumerations is compiled, the generated Java types represent the enumerations with enumerations of their own.

Concepts Demonstrated by this Sample

Location of Sample Files

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

BEA_HOME\weblogic81\samples\workshop\SamplesApp\WebServices\xmlBeans\schema\SchemaEnum.jws

To Run the Sample

Related Topics

Getting Started with XMLBeans

XmlObject interface

XmlCursor Interface