EasyManua.ls Logo

BEA WebLogic - Calling Complex Operations in a Workflow for an RFC

BEA WebLogic
294 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Running the JWSNAME Web Service From WebLogic Workshop
C-20 BEA Systems, Inc.
After the SOAP request is sent to the Integration Business Services Engine (iBSE), the
following response is returned:
The previous sample is a very simple example of calling a Web service.
You may want to perform more complex operations in your workflow.
Calling Complex Operations in a Workflow for an RFC
You may want to perform more complex operations in your workflow for a Remote
Function Call (RFC). The following code represents sample Java code used to calculate the
execution time of the Web service. You can do similar coding for benchmarking or other
purposes.
import resources.RFCControl;
import java.io.*;
import java.lang.*;
import java.util.*;

Table of Contents