Using WebLogic Workshop to Access Web Services
BEA WebLogic Adapter for SAP User’s Guide C-13
7. Drag the RFC.jcx file onto the JWSNAME Web service as follows:
8. Click the Source View tab to modify the source code and call the RFC Web service.
9. Add the following code to the source view:
public void RFC_CUSTOMER_GET(RFCControl.RFC_CUSTOMER_GET input)
{
RFCControl.RFC_CUSTOMER_GET(input)
10. To save your current work, press Control + S.