1Z0-897 試験問題を無料オンラインアクセス
| 試験コード: | 1Z0-897 |
| 試験名称: | Java EE 6 Web Services Developer Certified Expert Exam |
| 認定資格: | Oracle |
| 無料問題数: | 120 |
| 更新日: | 2025-12-06 |
Choose two options from the following that can be achieved by setting the standard BindingProvider properties on a SEI proxy: (Choose two)
A student developer has created a new library of math functions to share with friends in a linear algebra class. The developer is having difficulty getting people to come over to the dorm to see the new code library, so he decides to deploy it as a Web service so that everyone can enjoy the features via the Internet. One of the functions has this WSDL definition:
<portType name="MyMathLib"><operation name="incCtr"><input message="tns:incCtr"/></operation></portType>
Which two statements are true about this Web service? (Choose two.)
Which two statements are true about the interoperability of Web services developed using the Java EE 6 platform? (Choose two.)
An airline built and deployed a back-end application to manage reservations. To support interoperability with as large a base of standalone client applications as possible, the services provided by this back-end application are exposed as XML-based restful web services. Management just added a new requirement that AJAX-based web application clients be supported, too. One of the developers suggested that it is enough to extend the existing application to support both XML-based and JSON-based restful web services. Assuming the developer is correct, choose the sentence that best describes an attempt to introduce this ability as this developer suggests (Choose one):