1Z0-434 · Question #60
Consider the current values of BPEL variables InputVariable andOutputVariable: Then consider the following BPEL activity Assign1: <assign name="Assign1"> <!- - Line 1- -> <copy> <!- - Line 2 - ->…
The correct answer is B. adding the attributebpelx :insertMissingFromData="yes"to line 2 C. correcting the namespace prefixes in line 5. See the full explanation below for the reasoning.
Question
Consider the current values of BPEL variables InputVariable andOutputVariable:
Then consider the following BPEL activity Assign1:
<assign name=”Assign1”> <!- - Line 1- -> <copy> <!- - Line 2 - -> <from variable =”InputVariable” <!- - Line 3 - -> part = “query_Input” <!- - Line 4 - -> query=”/ns2: query_Input/ns2:Row_Id”/> <!- - Line 5 - -> <to variable =”OutputVariable” <!- - Line 6 - -> part = “query_Output” <!- - Line 7 - -> query=”/ns2: query_Outnput/ns2:RowId”/> <!- - Line 8 - -> </copy> <!- - Line 9 - -> </assign> <!- - Line 10 - -> Which two changes allow Assign1 to work with the current values of InputVariable andOutputVariable?
Options
- Aadding the attributebpelx :insertMissingToData="yes"to line 2
- Badding the attributebpelx :insertMissingFromData="yes"to line 2
- Ccorrecting the namespace prefixes in line 5
- Dcorrecting the namespace prefixes in line 8
How the community answered
(27 responses)- A11% (3)
- B81% (22)
- D7% (2)
Community Discussion
No community discussion yet for this question.