A web service that demonstrates use of the EJB control TraderEJBControl.jcx, which represents the TraderEJB Stateless Session Bean and exposes its business interface to web services.
Use of an EJB control
Use of Conversations
This sample is located in the ejbControl folder of the WebServices project in the SamplesApp sample application. In the file system the location is:
BEA_HOME\weblogic81\samples\workshop\SamplesApp\WebServices\ejbControl\TraderEJBClient.jws
To Run the Sample
BEA_HOME/weblogic81/samples/domains/workshop/startWebLogic.sh
Note: TraderEJB, the EJB that is represented by TraderEJBControl, is a Stateless Session Bean and therefore does not store any information. Its sole purpose is to qualify transacations: it limits all transactions to 500 shares.
Using WebLogic Built-In Controls
Testing Your Application with Test View