How Do I: Test an Enterprise JavaBean?

In WebLogic Workshop you can quickly generate a JWS (web service) file with which to test controls. You can also use this to test a session or entity bean via EJB controls. The current topic describes how to generate the test JWS and how to use the test JWS to run, test, and debug the EJB.

Build and Deploy the EJB

Create the Built-In Control

Generate the Test JWS

Run the Test JWS

Using Debugging

Making Changes

Note. A JMS Control is not used to call a message-driven bean. Instead it is used as an alternative to message-driven bean, and is used to easily interact with messaging systems that provide a JMS implementation.

Related Topics

EJB Control

How Do I: Generate a JWS File to Test a Java Control?

How Do I: WebLogic Workshop-Enable an Existing WebLogic Server Domain?