[jboss-dev-forums] [Design of JBoss jBPM] - Re: webservices and jbpm
alex.guizar@jboss.com
do-not-reply at jboss.com
Tue Jul 11 18:44:35 EDT 2006
The XML Schema allows for deriving types from other types. Java-XML binding frameworks such as JAXB match type derivation with class inheritance. Therefore, the Command service should not be hard to expose.
Regarding invocation, be careful, don't treat web services as RMI. For a document-oriented service, the notion of "parameters" has no meaning. We must devise a way to assemble an XML document from the process variables.
I remember discussing this topic some time ago (in the sourceforge forums!). Back then I rounded up the conclusions and put together a paper. I just attached it to a Wiki page. We can pick up from there.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957176#3957176
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957176
More information about the jboss-dev-forums
mailing list