S90.05 Exam Questions & Answers
SOA Technology Lab • Arcitura Education
100% money-back guarantee
Sample S90.05 Questions
Practice with real exam-style questions, each with the verified correct answer and explanation.
One of your developers was asked to build a Customer Balance service that is able to update a customer's outstanding account balance. Service consumers need to be able to send messages to the service with an element named "updateCustomerBalance" that contains a "newBalance" child element. You are presented with the following WSDL definition:

What's wrong with this WSDL definition?
You have created an XML schema for a Purchase Order service. The schema, named "po.xsd", is as follows:

Because you believe this schema will need to also be used in several different services, you decide to separate it from the WSDL definition by placing it into its own XML Schema definition. As a result, you now need to import the XML schema into the WSDL document. Which of the following code fragments shows a valid way to import the schema shown above into a WSDL "types" element?

You are developing the Document Management service that will be providing product catalog record management operations. Your first task is to create operations for the addition and deletion of product records from the catalog. The first operation needs to be able to add a product record and needs to receive a message based on the "addProduct" element. The second operation needs to be able to delete a product record and needs to receive a message based on the "deleteProduct" element. Both of these operations need to reply with a response message based on the same "catalogUpdateConfirmation" element-So far, you have developed the following schema (called "catalogManagement.xsd"), which declares the three needed elements:

Which of the following shows a WSDL definition that correctly incorporates this schema and fulfills the requirements for this service?



You have created the following WSDL definition to describe a PO service that accepts purchase orders submitted by customers:

However, when you try to use this WSDL definition, your system returns an error message stating that it is invalid due to a problem with namespaces. Which of the following revised WSDL definitions correct the problem?

You have written the following XML schema to describe a message that contains employee payroll information:

Your company's enterprise architecture team reviewed your schema to ensure that it conforms to internal design standards used for XML development. They have notified you that although your XML schema is technically correct, it must use the "xsd" prefix for the XML Schema namespace, rather than making it the default namespace. Which of the following revised XML schemas complies to this internal design standard while retaining its original meaning?

Get access to all 50 verified questions with detailed answers.
Unlock All S90.05 Questions