Browse by Tags

Related Posts

  • help schemas/examples not showing up

    Hey Guys, I just wrote a few REST services using the REST collection service template. Everything is working fine, except for one thing. When I run the services locally using the VS dev server, I can access the schemas and examples through the help minisites, i.e. http://blah.svc/help/GetItemsInXml/request...
    Posted to WCF REST Starter Kit (Forum) by ilija1 on 05-18-2009, 12:00 AM
    Filed under: REST, WCF, REST WCF, WCF REST, WCF REST Starter Kit, REST WCF XmlSerialization
  • Resources Approach

    Hi, I'm developing application using WCF as RESTful client. The server is written in Java using GlassFish and Jersey. WCF have all kind of great features, but I think there is something missing here. REST is built around the idea of resources and sub-resources. On the server side, in Jersey, I have...
    Posted to WCF REST Starter Kit (Forum) by ido.ran on 03-30-2009, 12:00 AM
    Filed under: resources, REST, WCF
  • Hiding Methods From Help Page

    Hi, I have created a bunch of methods for my service, some will be available to the public, and others wont. If i then type "help", i get a list of all the methods, including all the methods i dont want the end user to see. Is there a way i can hide a method(s) from being generated on the help...
    Posted to WCF REST Starter Kit (Forum) by LeeTheGreek on 02-10-2009, 12:00 AM
    Filed under: REST, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit, REST WCF, WCF
  • !!urgent!! How to consume REST Service

    Hi, I have written some service using REST Starter kit, but now I don't know how to call it. Can anybody tell me how to consume these services in any application , what are the prerequisites and how to write the code. the url of the service is: http://localhost/MyService/Service.svc/reading/bfdc6dc5...
    Posted to WCF REST Starter Kit (Forum) by ssrivastava on 02-10-2009, 12:00 AM
    Filed under: REST, WCF REST CommunityFeedback, WCF REST Starter Kit, WCF
  • Weird problem with Basic authentication

    HI All, I am trying to implement custom basic authentication for my WCF REST services. For this I am using IHttpModule. In my custom HttpModule, I am using BeginRequest and EndRequest event. The problem is that, once I do my authentication, IIS will do its own. So status code of the response is always...
    Posted to WCF REST Starter Kit (Forum) by techbug on 02-01-2009, 12:00 AM
    Filed under: REST, WCF, WCF REST CommunityFeedback, WCF REST Starter Kit, WCF REST Starter Kit MaxReceivedMessageSize POX, REST WCF
  • Problem setting registry permission

    I am using the following code to change the permission for the registry programmatically. In this code I deny read access to the current user. That means the current user should not be able to get the value of the registry. But this is not happening. What is wrong with the following code? try { using...
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-20-2009, 12:00 AM
    Filed under: NotGettingAnyResponses REST, resources, REST, REST WCF, wcf starterkit js ajax, wcfrest, Authentication WCF REST, endpoint.tv, issue error bug showstopper, links, WCF, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit
  • Microsoft.ServiceModel.Web not found

    Hi, I just installed the REST Starter kit on my XP machine, but when I created a Singleton template and then compile. it is giving throwing compile error, I hope this due to missing assembly "Microsoft.ServiceModel.Web"[It is having exclamation mark over it]. Can anybody help. Thanks
    Posted to WCF REST Starter Kit (Forum) by ssrivastava on 01-19-2009, 12:00 AM
    Filed under: REST, WCF, WCF REST Starter Kit
  • WWW-Authenticate Header is present: Basic realm="epic9790.epicsys.com"

    I have a problem securing my WCF REST service. I am using the following binding configuration in Web.config: <webHttpBinding> <binding name="TransportConfig"> <security mode="TransportCredentialOnly"> <transport clientCredentialType="Basic" /> <...
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-12-2009, 12:00 AM
    Filed under: REST, REST WCF, wcfrest, WCF, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit
  • Exception in RESTfull service

    Hi All, I have implemented a RESTfull service. I am trying to trace all incoming requests and outgoing responses on the Server. Everything works find except when I throw an exception from the service. When I throw an exception, the recorded response will be like this: <Binary>77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48SFRNTD48SEVBRD48U1RZTEUgdHlwZT0idGV4...
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-12-2009, 12:00 AM
    Filed under: NotGettingAnyResponses REST, REST, REST WCF, WCF, WCF REST, WCF REST CommunityFeedback, WCF REST Starter Kit
  • WebHttpDispatchOperationSelector Class

    Can someone plase explain me how to use WebHttpDispatchOperationSelector Class? I have few custom attributes on my methods (service operations). When request comes in, I want to inspect the custom attributes on the method. For this I need to know which service operation is being call. Is there a way...
    Posted to WCF REST Starter Kit (Forum) by techbug on 01-09-2009, 12:00 AM
    Filed under: REST, WCF REST, WCF REST CommunityFeedback, REST WCF, WCF
Page 1 of 3 (29 items) 1 2 3 Next >