Use the ESDMA Converter utility to convert an ESDMA bundle into a SAP Mobile Platform Runtime package you can deploy to SAP Mobile Server.
<package name="EXAMPLE" short-name="EXAMPLE" sup-name="EXAMPLE" version="1.0"
    java-package="com.sybase.example.db" /* For Android Application */
    cs-namespace="Sybase.Example.db" /* For Windows Mobile Application */
    oc-namespace="example_db_"> /* For iOS Application */
  <!-- Update with new host and port, listener.url must end with /doe/publish. -->
  <property name="listener.url" value="http://SCC_HOME:<listener_port>/doe/publish" />
  <database name="example-database" />
  <database-class name="ExampleDatabase" />
  <personalization-parameter name="language" type="string" owner="client" />
  <include file="afx-esdma.xml" />
</package>
            The default value for the listener port is 8000.