A SOAP-based Web service is required to transmit an XML-based invoice document to a REST service. However, the SOAP-based Web service is designed to represent invoice data using an XML schema that is different from the XML schema used within the REST service. How can the disparity between the XML schemas, used by these two services, be overcome so that they can exchange the invoice document? Select the correct answer.
- A layer of data format transformation logic needs to be introduced based on mashup technologies, such as DTD and WS-Transform.
- A layer of protocol transformation logic needs to be introduced based on Web technologies, such as HTTP and FTP.
- A layer of data model transformation logic needs to be introduced, based on XML technologies, such as XSLT.
- There is no technique or technology for overcoming differences between XML schemas.
Reveal Solution
Next Question