[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

agusgr do-not-reply at jboss.com
Fri Apr 20 04:06:32 EDT 2007


Hi,
Now you have the bpel process running in the server, but not as a web service. The next steps are:
1.- Create the wsdl files to interact whit the process. You have to run the ant task: ant generate-service.
2.- Create the "artifacts" to interact whit the process. You have to run the ant task: ant generate-artifacts.
3.- Deploy the web service to interact whit the process. You have to run the ant task: ant deploy.

To the first step you don't need any file, only run the ant task. It generates some wsdl files in the target folder.
To the second step you need the wscompile.xml file. It's a file with the configuaration settings to the wscompile tool. It generates the java classes that your web service uses.
To the third step you need:
-web.xml
-webservices.xml
-bpel-application.xml
-A class that implements the interface generated in the second step.

You have more information in the user guide, there are some examples. It's in \jbpm-bpel-1.1.Beta3\doc\userguide.

Try to do it, and post your problems.
Regards,

Agus

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039151#4039151

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039151



More information about the jboss-user mailing list