Simple REST API for XML response in Salesforce
Remote Site Settings: Sample code: Map < String, String > mapCustomer = new Map < String, String >(); String endpoint = 'http://www.thomas-bayer.com/sqlrest/CUSTOMER/1/'; HTTP h = new HTTP(); HTTPRequest req = ....