Accurate of 1Z0-897 download materials and resource for Oracle certification for IT examinee, Real Success Guaranteed with Updated 1Z0-897 pdf dumps vce Materials. 100% PASS Java Platform, Enterprise Edition 6 Web Services Developer Certified Expert Exam exam Today!
2026 New 1Z0-897 Exam Dumps with PDF and VCE Free: https://www.2passeasy.com/dumps/1Z0-897/
Q1. Given stock quote web service endpoint:
and the corresponding client side artifacts for the above web service are :
StockQuoteService is the Service class and StockQuoteProvider is the corresponding SEI. Which of the following two options enable addressing feature for proxy for the StockQuoteProvider SEI ? (Choose two)
A. proxy = new StockQuoteService().getStockQuoteProvider()
B. proxy = new StockQuoteService().getStockQuoteProvider(new AddressingFeature())
C. proxy = new StockQuoteService().getStockQuoteProvider(new AddressingFeature(false))
D. proxy = new StockQuoteService().getStockQuoteProvider(new AddressingFeature(false, true))
Answer: AB
Q2. Which two statements are true about public key digital signatures applied to Web services? (Choose two) A. The receiver verifies that the message matches the digital signature using its own private key.
B. The sender creates a digital signature using its own private key and sends that signature along with the original document.
C. The sender creates a digital signature using its own public key and sends that signature along with the original document.
D. The receiver verifies that the message matches the digital signature using the sender's public key.
Answer: BD
Q3. What would be the HTTP content-type header when a message is optimized using MTOM ? (Choose one)
A. multipart/related
B. text/xml
C. application/soap+xml
D. application/xop+xml
Answer: A
Q4. Which two statements are true about JAX-WS support for data bindings? (Choose two.)
A. Data binding is performed with only generated classes to reduce errors and hide complexity.
B. JAXB 2.0 is preferred.
C. Inline binding declarations with XML Schema are NOT supported for JAXB 2.0.
D. SAAJ 1.3 is supported for data binding with SOAP.
E. JAX-RPC data binding is recommended for cross-platform interoperability.
Answer: BD
Q5. Which two statements are true about elements in a WSDL document? (Choose two.)
A. Operation is an abstract set of port types supported by one or more endpoints.
B. Service is an abstract set of operations supported by one or more endpoints.
C. Message is an abstract description of an action supported by the service.
D. Operation is an abstract description of an action supported by the service.
E. Binding is a single endpoint defined as a combination of an operation and a network address.
F. Message is an abstract, typed definition of the data being communicated.
Answer: DF
Q6. Which of the following WS-Security token profiles is not supported in Metro?
A. X509 Token Profile
B. Kerberos Token Profile
C. SAML Token Profile
D. SOAP with Attachments (SWA) profile
E. Right Expression Language (REL) Token Profile
Answer: E
Q7. Which of the following security technology is not covered in Metro project? (Choose one.)
A. WS-Trust
B. WS-SecurityPolicy
C. WS-SecureConversation
D. XACML
Answer: D
Q8. Which three statements are true about JAXP APIs? (Choose three.)
A. They are a part of Java SE 6.
B. They allow Java developers to access and process XML data without having to know XML or XML processing.
C. They do NOT support validation of XML documents against schemas.
D. It supports the Streaming API for XML.
E. It requires the Streaming API for XML.
F. They provide developers with a vendor and parser-implementation independent API to process XML.
Answer: ADF
Q9. A developer is creating a web service endpoint using a stateless session EJB for the business logic of an application. Choose two methods to select role based access control for the business logic ? (Choose two)
A. Using method-permission element in ejb-jar.xml
B. Using .htaccess file in the application's ear
C. Using <security-role> element in web.xml
D. By specifying security annotations like @RolesAllowed in the EJB class
Answer: AD
Q10. Choose the JAX-RS type that is used to produce URLs to resources, given the resource class, to incorporate into resource responses (Choose one):
A. UriBuilder
B. UriInfo
C. UriMapper
D. Producer
Answer: A