Create a destination pointing to the service
http://wsf.cdyne.com/WeatherWS
Then define a route in the app's neo-app for it
"path": "/WeatherWS",
"target":
{
"type": "destination",
"name": "WeatherWSDL"
},
"description": "Weather"
},
then it can be used as
oModel.loadData("/WeatherWS/Weather.asmx/GetCityWeatherByZIP?ZIP=19073", null, false);
Regards,
Jamie
SAP - Technology RIG