ThresholdService.jws Sample

A web service to use as a test client for the ThresholdEnums Java control. That control contains code that illustrates how you can use the schema type system to retrieve information about a compiled schema. This service simply retrieves the values of an enumeration defined in schema.

The schema type system API is a powerful way to get information about compiled schema. It is, in a sense, an API about your schema API. The SchemaTypeSystem object represents compiled schemas within reach of your code — for example, schemas in JAR files in your classpath.

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\ThresholdService.jws

To Run the Sample

Related Topics

Getting Started with XMLBeans

SchemaTypeSystem Interface