Bahram Aziz · Dec 9, 2016 go to post

Hi, I added the following code and it works.

            set pResponse.WeatherId = tProxy.weather.GetAt(1).id
            set pResponse.WeatherMain = tProxy.weather.GetAt(1).main
            set pResponse.WeatherDescription = tProxy.weather.GetAt(1).description

thanks,

Bahram Aziz · Feb 24, 2017 go to post

Hi,

This is an excellent demonstration of .Net C# code with Cache Objectscript code. Can you also show us a similar demonstration using Java code.