Running The Jwsname Web Service From Weblogic Workshop; Confirming Weblogic Server Is Running - BEA WebLogic User Manual

Adapter for sap
Hide thumbs Also See for WebLogic:
Table of Contents

Advertisement

Running the JWSNAME Web Service From WebLogic Workshop

The resulting Java code looks similar to the following:
import resources.RFCControl;
public class RFC implements com.bea.jws.WebService
{
/**
}
Running the JWSNAME Web Service From WebLogic Workshop
When you create a new Web service tutorial application, you must ensure that WebLogic
Server is running while you build your Web service.

Confirming WebLogic Server is Running

You can confirm whether WebLogic Server is running by looking at the status bar at the
bottom of WebLogic Workshop. If WebLogic Server is running, a green ball appears. If
WebLogic Server is not running, a red ball appears. If you see the red ball in the status bar,
then start WebLogic Server, as described in the following procedure
How to Start WebLogic Server
Procedure
To start WebLogic Server:
1. From the Tools menu, select WebLogic Server and then, Start WebLogic Server.
2. To deploy the application to WebLogic, select Tools and then, Deploy Application.
3. Click the Start button on the toolbar to start the application.
C-14
* @common:control
*/
private resources.RFCControl RFCControl;
static final long serialVersionUID = 1L;
/**
* @common:operation
*/
public void RFC_CUSTOMER_GET(RFCControl.RFC_CUSTOMER_GET input )
{
RFCControl.RFC_CUSTOMER_GET(input);
}
BEA Systems, Inc.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the WebLogic and is the answer not in the manual?

Table of Contents