File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Calling bpel from java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Calling bpel from java" Watch "Calling bpel from java" New topic
Author

Calling bpel from java

Bob Green
Ranch Hand

Joined: Feb 29, 2004
Posts: 93
Can someone please show me how to call a bpel process from a java program.

thanks,
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35224
    
    7
A BPEL process is exposed through a WSDL description, so you should be able to call it like you would call any other web service that exposes its WSDL.

Or are you looking for a BPEL engine written in Java? Then check out Apache ODE. Links to that and other BPEL resources can be found in the http://faq.javaranch.com/java/WebServicesFaq


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Calling bpel from java
 
Similar Threads
BEA ,IBM propose BPEL and Java marriage
Pronounciation of "Buzz Words"
bpel interview Question
how to create link between bpel and jsp page?
Integrate BPEL engine using Java