Integration Server 10.3 | Developing Data Synchronization Solutions with webMethods Mobile Support | Developing Solutions Using Mobile Support | Step 3: Write the Mobile Application | Preparing to Use the Mobile Support Client
 
Preparing to Use the Mobile Support Client
Before you can use the Mobile Support Client library in your mobile application, you must specify where the Mobile Support Client is installed. You must also reference, in the project you create for your mobile application, the JSON API that the Mobile Support Client needs for device activation.
*To prepare to use the Mobile Support Client
1. Open Mobile Designer if it is not already open.
2. Set the mobilesupportclient.runtime.dir property in the project’s _default_.xml file to the path where the Mobile Support Client is installed. The default location is Software AG_directory \MobileDesigner\MobileSupportClient.
For more information about this property, see Using webMethods Mobile Designer.
3. The Mobile Support Client uses the JSON API in Mobile Designer’s “Library JSON” sample project. This project is available in the Mobile Designer_directory \Samples directory where Mobile Designer is installed. Reference this project as a built library in your Mobile Support Client project before performing device activation.
For details about building and referencing libraries, see the section on creating and using code libraries in Using webMethods Mobile Designer.