> For the complete documentation index, see [llms.txt](https://n-saikiran.gitbook.io/soapuingpro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n-saikiran.gitbook.io/soapuingpro/ready-api-how-to-use/creation_of_project.md).

# 2.1 Creation of Project:

To start working with the SOAP UI NG, we need to create a project containing the API that will be used to access it:

* Select **File | New Project**.

![](/files/-M4S6jlgxJDbvQxjpOur)

* In the dialog, select the option you need. For this tutorial we will use Google Maps REST service, so switch to **URI** tab. Ready! API has several ways to add SOAP and REST services to the project, you can use WSDL, WADL, Swagger, and even use Ready! API internal browser to access APIs, use REST URI.&#x20;

![](/files/-M4S6jli-jpPRE_WW-Jp)

* Enter the following URI and click **OK**: <http://maps.googleapis.com/maps/api/geocode/xml?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=false>&#x20;

![](/files/-M4S6jlkw9WVokXnE5BG)

* Ready! API will display the **Project is Created** dialog.
  * Select Continue to describe your API to stay in the Projects tool and keep working on your API.
  * \_Or S\_elect Create TestCase to create a SoapUI NG test and start working on it.
