I have a product that gathers and displays measurements of all kinds (won\'t go into it). The display portion is, as one would expect, a database + website built on top of it (with Symfony).
I crated a WCF .Net 3.5 Rest service, it crashes when I pass IList interface. I\'m using NHibernate to populate the list.
I\'d like to have our user landing web-server POST XML to our computation web server (to crunch over the XML data). The landing and computing web-servers are only connected via the internet - so it se
I am trying out a RESTful A开发者_如何学运维PI that has OAuth. I have the API base Url, the API key and the Secret.
i am trying开发者_StackOverflow社区 to have a REST service return a zip file from the local harddrive .
My company has a specific authentication provider which is an internal REST web service. In fact, you provide a login/password to the web service and it returns a token (which has a validity开发者_运维
Some RESTful services use different resource URIs for update/get/delete and Create. Such as Create - using /resources with POST method (observe plural) at some places using /resource (singular)
Short summary: How to accept content that may be endless and not uploaded at once (the connection needs to be kept alive), in a scenario where I\'m the server and I\'d like the clients to make those u
Kind of new to WCF and everything that surrounds it. I would like to change the default http://schemas.datacontract.org/2004/07/WebService namespace which is menadatory to my XML based webservice req
This question already has answers here: RESTful Services - WSDL Equivalent (8 answers) Closed 3 years ago.