Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Query queryLanguage attribute

Title: Query queryLanguage attribute
When I assign from an _expression_ to a variable I get the following BPEL..

<bpws:assign name="Assign" validate="no">
   <bpws:copy>
      <bpws:from><![CDATA[concat('Hello,', $input.payload/tns:input)]]></bpws:from>
      <bpws:to part="payload" variable="output">
         <bpws:query queryLanguage="http://www.w3.org/TR/1999/REC-xpath-19991116"><![CDATA[/tns:result]]></bpws:query>
      </bpws:to>
   </bpws:copy>
</bpws:assign>

The BPEL 2.0 spec leads me to believe that the queryLanguage attribute should be "
urn:oasis:names:tc:wsbpel:2.0:sublang:xpath1.0”.   

Does this need to be changed or am I missing something?

Thank you.
-Jon

Back to the top