[jboss-user] [JBoss jBPM] - Re: BPEL process doesn't respond
meghanai_99
do-not-reply at jboss.com
Thu Jun 21 19:55:37 EDT 2007
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
More information about the jboss-user
mailing list