This document provides steps to create a REST API proxy for an existing SOAP web service using MuleSoft Anypoint Platform and RAML (RESTful API Modeling Language). It involves designing the REST API interface using RAML, exporting the RAML file and importing it into a Mule project. The REST flows are then configured to call the underlying SOAP service using a Web Service Consumer and Transform Message components to map requests and responses between REST and SOAP. The end result is a REST API that provides access to an existing backend SOAP service.