You work for a company that provides online printing services. Customers need to be able to provide their documents electronically so that they can be printed. You are asked to design the Document Management service that will allow customers to manage documents through your company's Web site. Specifically, a customer needs to be able to add a document (and receive a notification that it was added) and delete a document (and also receive a notification that it was deleted).
You have already developed the following XML schema (called "documentManagementxsd") that declares four separate elements:
The "addDocumentRequest" element is for the request message sent from the customer to the service to initiate the adding of a document. The "addDocumentConfirmation" element is sent back to the customer once the document is successfully added. The "deleteDocumentRequest" element is for the request message sent from the customer to the service to initiate the deletion of a document. The "deleteDocurnentConfirmation" element is sent back to the customer once the document is successfully deleted. Which of the following WSDL definitions correctly incorporates the XML schema to fulfill the requirements of the service?
Currently there are no comments in this discussion, be the first to comment!