public class WebserviceJavaApiExamples extends Object
| Constructor and Description |
|---|
WebserviceJavaApiExamples() |
public static void startSimpleProcess(URL applicationUrl, String user, String password, String deploymentId, String processId) throws Exception
applicationUrl - Something like "http://localhost:8080/kie-wb/"
or "http://localhost:8080/business-central/"user - The user doing the webservice requestspassword - The user's passworddeploymentId - The deployment id that the request will interact withprocessId - The id of the process we want to startException - if something goes wrongCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.