i am trying to call a web service using simple $.ajax i have been trying to do this for long time but all samples and answers are not working for me and anyone help with this
i am trying to call this url
http://ajaxtest.com.rws2.my-hosting-panel.com/api/values
the result of it is as follows
<ArrayOfusers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/www.icl.com.sa.Models">
<users>
<id>1</id>
<pass>55</pass>
<uname>john</uname>
<utype>5</utype>
</users>
<users>
<id>2</id>
<pass>0</pass>
<uname>hammad</uname>
<utype>0</utype>
</users>
<users>
<id>3</id>
<pass>7</pass>
<uname>wojeiech</uname>
<utype>7</utype>
</users>
</ArrayOfusers>
can any one please try to call this web service
http://ajaxtest.com.rws2.my-hosting-panel.com/api/values
using simple index.Html file
i tried this million time but no luck
Thank you