READ Free Dumps For Oracle- 1z0-897
Question ID 4482 | A developer is asked to consult on a Web services project and assist the team with a good design approach on a new project. The team members disagree on whether to use WSDL or Java first. Several members are skilled with XML and see a schema and WSDL as the correct place to start. The team has also learned the deadline for this project has been moved up and another team plans to reuse their code. Which statement is true about the proper course of action to take in this situation? |
Option A | A. Java should be used first because it is a strongly typed language and will result in a robust WSDL. |
Option B | B. WSDL should be used first because it will make the code easier to reuse for the other team. |
Option C | C. Java should be used first because it is often the fastest and easiest approach. |
Option D | D. WSDL should be used first because the team knows XML Schema. |
Correct Answer | C |
Question ID 4483 | Which two statements are true about the interoperability of Web services developed using the Java EE 6 platform? (Choose two.) |
Option A | A. Interoperability is improved by restricting access only to Java clients. |
Option B | B. EJB-based endpoints are more difficult for .NET clients to access. |
Option C | C. Only servlet-based endpoints are used when exposing services to non-Java clients. |
Option D | D. The signature of Web service methods is limited to parameters and return types that are concrete types and simple arrays of concrete types. |
Option E | E. The service must be published in both the .NET and Java UDDIs. |
Option F | F. Testing for WS-I Profile conformance improves interoperability. |
Correct Answer | D,F |