Hi,

The namespace I use for BPEL in my processes is 
xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/";
  | 

Also why do you have your expression in CDATA? Shouldn't that be in 'from's 
expression' attribute?


  | <assign>
  |       <copy>
  |         <from expression="concat('Hello, ', 
  |             bpel:getVariableData('request', 'name'), '!')" />
  |         <to variable="response" part="greeting" />
  |       </copy>
  |     </assign>
  | 

~ Meghana.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056697
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to