SAP Certified Associate – SAP Integration Suite — Question 17
You call the following URL in your browser:
https:/sapes5.sapdevcenter.com/sap/opu/odata/fwbep/GWSAMPLE_BASIC/ProductSet(‘HT-1000’)/ToSalesOrderLineItems
What file type is displayed?
Answer options
- A. XML
- B. PHP
- C. HTML
- D. Java
Correct answer: A
Explanation
The URL points to an OData service, which typically returns data in XML format. Therefore, the correct answer is A. The other options such as PHP, HTML, and Java do not represent the format usually delivered by OData services.