When you want to use a web service in another application, you can use a Web Service control. You must first obtain the WSDL file for the target web service, then create a Web Service control from the WSDL file.
Note: Before you can call a web service in another application, the called service must first be deployed. You can deploy a web service by running it in WebLogic Workshop (in its own application).
To Create a Service Control for Use in Calling Across Applications
Right-click the folder that should contain the Service control generated from the web service, then click Import.
Note that you should import WSDL into a subfolder of your project. You will not be able to create a JCX from the WSDL if it is at the root of the project.
For more information on using a Service control, see Adding an Existing Web Service Control in Creating a New Web Service Control.