Hi Teymour,
Mobile Designer comes with a set of example projects (in the Sample directory), one of which is NativeUISOAP and another of which is NativeUIJSON. The first demonstrates connecting to a SOAP web service and the second demonstrates connecting to a REST web service (which returns JSON). These currently connect to example web services, so would need some changes if you wanted to demonstrate them with a particular web service, but even without they demonstrate the functionality.
To get a version to run on the Android emulator, you will need to:
- Run the +Multi-Build Ant task.
- Tick the target handset.
- Tick ‘Retain output build files’.
- Click the ‘Multi Build’ button.
- When finished, Import into Eclipse the generated project (this will be in /Builds///temp/java_edit)
- Run the Android emulator.
- In the Ant tasks (build.xml) of the imported handset build there will be an ‘install’ task, which will install it on the running emulator.
Kind regards,
Rikki
#webMethods-General#mobile#webMethods#Integration-Server-and-ESB