1z0-434 無料問題集「Oracle SOA Suite 12c Essentials」
You have modeled a Composite X for which the following fault policy action has been configured for remote faults:
<Action id="ora-retry">
<retry>
<retryCount>2</retryCount>
<retryIntrval>2</retryIntrval>
<exponentialBackoff/>
</retry>
</Action>
At runtime, when a remote fault occurs on at outbound invoke, this ora-retry action is triggered.
After the two configured retries are exhausted, which one occurs?
<Action id="ora-retry">
<retry>
<retryCount>2</retryCount>
<retryIntrval>2</retryIntrval>
<exponentialBackoff/>
</retry>
</Action>
At runtime, when a remote fault occurs on at outbound invoke, this ora-retry action is triggered.
After the two configured retries are exhausted, which one occurs?
正解:D
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
To support invocation of a SOAP web service from BPEL, you import the WSDL of the web service into your SOA project. The local WSDL copy contains no partner link types. You create a partner link for the web service in the BPEL designer.
How does JDeveloper ensure the request partner link types are provided?
How does JDeveloper ensure the request partner link types are provided?
正解:B
解答を投票する
解説: (JPNTest メンバーにのみ表示されます)
Given the following XML document, which two XPath expressions return the same result?
<?xml version ="1.0" encoding ="UTF - 8"?>
<bookstore>
<book category="COOKING">
<title lang="en">Everyday Italian Treats</title>
<author>George Smith</author>
<year>2009</year>
<price>30.00</price>
</book>
<book category="WEB">
<title lang="en">Getting Started with XPath</title>
<author>Tammy Lee</author>
<author>SergieLadloff</author>
<year>2011</year>
<price>49.99</price>
</book>
</bookstore>
<?xml version ="1.0" encoding ="UTF - 8"?>
<bookstore>
<book category="COOKING">
<title lang="en">Everyday Italian Treats</title>
<author>George Smith</author>
<year>2009</year>
<price>30.00</price>
</book>
<book category="WEB">
<title lang="en">Getting Started with XPath</title>
<author>Tammy Lee</author>
<author>SergieLadloff</author>
<year>2011</year>
<price>49.99</price>
</book>
</bookstore>
正解:D
解答を投票する