1z1-434 無料問題集「Oracle SOA Suite 12c Essentials」
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?

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?
正解:C、D
解答を投票する