A web service illustrating basic use of XMLBeans compiled from XML schema. With XMLBeans, you can compile XML schemas to generate types through which you can access XML instances that conform to the schema. With the generated types, you can use get and set methods in the way that you would with other JavaBeans.
In WebLogic Workshop, you can compile schema files simply by copying them to a Schema project in the application. WebLogic Workshop compiles the schemas and places the resulting JAR file among the application's libraries. From there, types generated from the schema are available to other code in the application.
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\SimpleAccess.jws
To Run the Sample
BEA_HOME/weblogic81/samples/domains/workshop/startWebLogic.sh