IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

Metsimo Project/ App with Web Service Call

  • 1.  Metsimo Project/ App with Web Service Call

    Posted 01/06/12 11:42 PM

    Hi All,

    Looking for an Metsimo( Mobile Designer) App/ Project that I can run that shows a simple web service all. If there is some thing readily available it would be great. Ideally would like to run on one of the platform vendor emulators (android), if not running it of the Mobile Designer would suffice.


    #mobile
    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 2.  RE: Metsimo Project/ App with Web Service Call

    Posted 01/09/12 10:23 AM

    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:

    1. Run the +Multi-Build Ant task.
    2. Tick the target handset.
    3. Tick ‘Retain output build files’.
    4. Click the ‘Multi Build’ button.
    5. When finished, Import into Eclipse the generated project (this will be in /Builds///temp/java_edit)
    6. Run the Android emulator.
    7. 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