[jboss-jira] [JBoss JIRA] Commented: (JBPM-718) Add a webservice frontend to jBPM

Ronald van Kuijk (JIRA) jira-events at jboss.com
Mon Aug 7 15:31:15 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBPM-718?page=comments#action_12340782 ] 
            
Ronald van Kuijk commented on JBPM-718:
---------------------------------------

it will be a separate war file, the context-root will be "jbpm-ws"

methods with different signatures do not seem possible in rpc type calls. So instead of 

startProcess(String name) and startProcess(String name, long version) we will do
startLatestProcess(String name) and startSpecificProcess(String name, long version)
but what if we want to pass variables in the call? it will become cluttered with different names etc... maybe a good reason not to use rpc, but to do document style webservices

> Add a webservice frontend to jBPM
> ---------------------------------
>
>                 Key: JBPM-718
>                 URL: http://jira.jboss.com/jira/browse/JBPM-718
>             Project: JBoss jBPM
>          Issue Type: Feature Request
>         Environment: n/a
>            Reporter: Ronald van Kuijk
>         Assigned To: Ronald van Kuijk
>            Priority: Minor
>             Fix For: jBPM 3.2
>
>
> A webservice frontend is an interesting feature. A schema has to be designed, ws toolkit choosen (jbossws 1.0.2GA?) subdir created in the build, ant files etc... etc...etc...
> Subtasks will be created for this. Anyone to jump in, feel free

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list