Hi,

  I tried to work with https service API's in dataset but iam not able to
hit the dataset and its giving crossdomain.xml problem.

  Is there any way to call the services with https ?

  just this is my example:

         <canvas proxied="false">
    <script>
        var srcs="https:// test url";
    </script>
    <dataset name="myDs" type="http" request="true" src="${srcs}">
        <handler name="ondata">
            Debug.write("test"+this.serialize())
        </handler>
    </dataset>
</canvas>

Reply via email to