June 2013
Intermediate to advanced
330 pages
6h 51m
English
Another option to call Java from BPEL is using SOAP to wrap the Java code as a web service and invoke the web service from BPEL
In order to use a Java method from an already created Java project, you could perform the following steps:
.jar file of your Java project..jar file inside the BPEL process, copy the JAR in the same project's SCA-INF/lib folder and include the JAR by going to Libraries and Classpath..jar file.import statements inside the source code of BPEL to import the Java class. Use the import attribute of bpelx:exec for importing Java classes and libraries. Examples are listed as ...Read now
Unlock full access