Skip to main content

Posts

Showing posts from 2015

WeatherApp with MAF using MCS : Part 1

This is the part 1 of : How to consume SOAP service using Oracle Mobile Cloud Service(MCS) into a MAF application. This Part 1 talks about : Create SOAP Connector using MCS. Create custom API and do some minor modifications on retrieved data. Create Mobile Backend and associate the custom API.  Login to MCS and go to Connectors : Select "New SOAP Connector" : I am going to use a public SOAP service which publishes current weather based on cities. http://www.webservicex.net/globalweather.asmx?WSDL Once you press Create, it will take you to the configuration screen. Click on "Port" and you will see 2 exposed services from that WSDL Click "Save and Close" . And your connector is ready!! Now we will create the custom API on top of it. Click on  "Development" on top right part of the page. And then click on "APIs" Click on "New API" and enter details  On the configuration screen of this API, go to