[jboss-dev-forums] [Design of JBoss jBPM] - Re: web services question

kukeltje do-not-reply at jboss.com
Mon Aug 28 14:28:04 EDT 2006


ahh ok, The initial trials were handcoded. The best/easiest/standardized (in no order of preference) way of mapping is what I'm looking into. It could be that they can map easisly on commands, but then they have to be aligned. There are 2 options I'm investigating:


  | <command name="startProcess">
  |   <processDefinition>
  |     <name>procName</name>
  |     <version>1.0</version>
  |   </processDefinition>
  |   <variables>
  |     <variable>
  |       <name>damageDate</name>
  |       <value>090906</value>
  |     </variable>
  |     <variable>
  |       <name>amount</name>
  |       <value>191916</value>
  |     </variable>
  |   </variables>
  | </command>
  | 

Personally I'm more in favour of:


  
    procName
    1.0
  
  
    
      damageDate
      090906
    
    
      amount
      191916
    
  



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

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



More information about the jboss-dev-forums mailing list