Call a webMethods Web Service from WebLogic

The following is the part of webMethods Integration Server 4. - Weblogic integration example tutorial (please see my explanations after **********):

WebLogic Samples

Call a webMethods Web Service from WebLogic
This sample shows how to use the webMethods client API to call the getPurchaseOrderDB web service from an EJB.

Run the sample as follows:

Customize the sample environment scripts to match your environment. Based on your operation system, open the appropriate file build.bat or build.sh in a text editor and change the following variables to match your environment:

Variable Description

WLAUXPATH Full path to your weblogicaux.jar file (for example, c:\weblogic\lib\weblogicaux.jar).
********** there is no ‘weblogicaux.jar’ file can be found for Weblogic 7 or 8 installations.

WLCLASSES - Full path to the directory containing your WebLogic system classes (for example, c:\weblogic\classes).
********** there is no ‘classes’ directory can be found for Weblogic 7 or 8 installations

Run the customized build script to compile the EJB.

Please, resolve