You are asked to create a Claim service that is capable of retrieving insurance claim records. To fulfill this requirement, you first define an XML schema that describes the structure of the messages. The request message that is sent to the service will need to be based on a "ClaimLookup" element that contains the claim number within a "claimNumber" child element. The response message sent from the service needs to be based on the "ClaimLookupResponse" element that contains the same "claimNumber" element along with the "claimAmount" and "claimStatus" child elements. The schema (named "Claims.xsd") looks like this:
Your next task is to define the WSDL definition for the Claim service. Which of the following WSDL definitions correctly incorporates the above schema?
Currently there are no comments in this discussion, be the first to comment!