

The Add New RPC Service dialog is displayed.

To manually open it, in the PHP Explorer, open the 'config' folder of your CCM server-side project, and select the 'gateway.xml 'file. When we created our CCM project, the Zend Server Gateway graphic editor was automatically opened and displayed in the editor.The template we selected to use for creating the CCM project included a predefined RPC GET/customers method. The Deploy PHP Application dialog is displayed with the target we selected when creating the CCM project. In the Testing area to the right, click Deploy application.In the PHP Explorer, locate and open the server-project's 'deployment.xml' file.Deploying the Projectīefore we begin adding and testing API methods, we need to deploy our project. We will first focus on the server-side, and configure the Zend Server Gateway by adding, configuring, and testing our APIs. Your CCM project is created with new client and server-side projects displayed in the PHP Explorer.īy default, after the new CCM project is created, the server-side project's 'gateway.xml' file, and the mobile project's 'mobile.appGUI' (Mobile GUI Editor) and 'config.xml' files, are opened and displayed.
ZEND STUDIO 13.0.1 HOW TO
From the Available Templates list, select the Simple Services template, which includes examples of how to consume native mobile APIs in our mobile project, and on the server-side, example implementation of exposed Web services.For information on adding new targets, see Managing Targets.

Select an existing deployment target for the new server project, or click Add Target to create a new target.Select the file location for the project.The New Cloud Connected Mobile Project wizard is displayed. In Zend Studio, go to File | New | Cloud Connected Mobile Project.This project contains the server-side and client-side aspects of our mobile application.Ĭreating a new CCM server-side project requires Zend Framework 2.1.0 or higher. Our first step is to create a new CCM project in Zend Studio.

To better understand the procedures described in this tutorial, watch For information on adding targets, see Managing Targets. Valid deployment target (e.g., Zend Developer Cloud, local or remote Zend Server, OpenShift, etc.).Zend Studio 10.0 or above which can be downloaded from the Zend Studio Downloads page.
ZEND STUDIO 13.0.1 WINDOWS
