Use the ESDMA Converter utility to convert your ESDMA bundle into an Unwired Platform package that you can deploy to Unwired Server.
<package name="EXAMPLE" short-name="EXAMPLE" sup-name="EXAMPLE" version="1.0"
java-package="com.sybase.example.db" /* For Blackberry or 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://<Unwired_Server_host>:<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.