Search Result

Collapse
4 results in 0.0040 seconds.
Keywords
Members
Tags
rest
  •  

  • consuming a WCF RESTFUL web service with sencha touch 1

    SALAM all.
    i'm doing a cross mobile app using sencha touch 1 and i want to consume a RESTFUL web service that i made it with WCF.
    the link ti my web service is "localhost: 8732/log/log/admin/pass/admin" and in my sencha touch 1 app, i add this code
    Code:
    Ext.Ajax.request({
       url: 'http://localhost:8732/log/log/admin/pass/admin',
      success : function(response, opts) {
          var obj = eval('('+
    ...
    See more | Go to post

  • shandu
    started a topic Rest client throw timeout exception

    Rest client throw timeout exception

    Hi,

    I have create REST client in C# using example on this page: http://msdn.microsoft. com/en-us/library/aa395208(v=vs.9 0).aspx. Server is built in PHP.

    When I send request to some urls I have this exception:

    The request channel timed out while waiting for a reply after 00:00:59.953125 0. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time...
    See more | Go to post

  • luftikus143
    started a topic Proper Format for REST service ?
    in PHP

    Proper Format for REST service ?

    Hi there,

    not sure if this is the right forum for this. But as I am programming everything in PHP, I have the (strong) tendency to look for advice here... :-)

    We've a large (UNEP GEO) Data Portal, which hosts >500 variables, covering each country of the globe with data, if possible, over the last 30 years or so. One can query and visualize data for GDP, Forest Cover, CO2 Emissions, Population etc., displaying them...
    See more | Go to post

  • zman77
    started a topic Entity Data Model and stored procedures

    Entity Data Model and stored procedures

    Hi.
    My solution (working in VS 2008) has a C# console app, and a C# web service. The service has an entity data model. It has numerous stored procedures. For one of the stored procs, which just returns data (SELECT blah blah FROM...), I added a function import called "Iservice." I saved all, then in my console app, updated the service reference to my C# service. Now, in my console app, I am trying to do the following:
    ...
    See more | Go to post
Working...