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.
Содержание WebLogic Server
Страница 1: ...BEA WebLogic Adapter for SAP User s Guide DN3501342 0406 April 19 2006 ...
Страница 8: ...viii BEA Systems Inc ...
Страница 22: ...Component Information for the BEA WebLogic Adapter for SAP 1 10 BEA Systems Inc ...
Страница 54: ...Creating an XML Schema 3 20 BEA Systems Inc ...
Страница 163: ...Management and Monitoring BEA WebLogic Adapter for SAP User s Guide 7 45 ...
Страница 164: ...7 46 BEA Systems Inc ...
Страница 222: ...Extensible CCI Control A 30 BEA Systems Inc You can add your own methods that call the adapter s services ...
Страница 294: ...Using Staging BAPIs to Retrieve SAP BW Metadata D 14 BEA Systems Inc ...