
Running the JWSNAME Web Service From WebLogic Workshop
C-14
BEA Systems, Inc.
The resulting Java code looks similar to the following:
import resources.RFCControl;
public class RFC implements com.bea.jws.WebService
{
/**
* @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);
}
}
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
Procedure
How to Start WebLogic Server
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.
Summary of Contents for WebLogic Server
Page 1: ...BEA WebLogic Adapter for SAP User s Guide DN3501342 0406 April 19 2006 ...
Page 8: ...viii BEA Systems Inc ...
Page 22: ...Component Information for the BEA WebLogic Adapter for SAP 1 10 BEA Systems Inc ...
Page 54: ...Creating an XML Schema 3 20 BEA Systems Inc ...
Page 163: ...Management and Monitoring BEA WebLogic Adapter for SAP User s Guide 7 45 ...
Page 164: ...7 46 BEA Systems Inc ...
Page 294: ...Using Staging BAPIs to Retrieve SAP BW Metadata D 14 BEA Systems Inc ...