Tagged Questions
1
vote
0answers
26 views
ASP.NET MVC 3 Add Custom Header Exception
I want to add response header "Access-Token" >name "My Custom Value">value
then i am getting this error; system.platformnotsupportedexception why do you think?
public abstract class ...
0
votes
2answers
39 views
How to secure ASP.NET REST with JQUERY client call
I am completely new in the rest web services world and I traveled hugely articles on the web trying to implement REST webservices in ASP.NET (with in parallel a webform application in another project)
...
0
votes
0answers
27 views
ASP.NET WCF and Web Form together not working
I developed a Webproject in ASP.NET 4.5 with C#. In the Webproject I have normal ASPX sites and also I want to have a WCF Webservice, the WCF Webservice should be activate by a jQuery call.
This is ...
0
votes
1answer
22 views
Securing user/password for REST API
I have a web service REST API on a secure ASP.NET website which requires a login to work. What is the most secure way to request the username/password programatically? (just adding a ...
0
votes
0answers
36 views
ASP.NET Forms Authentication with per session/page API token
Let me first start by saying that I realize that this is very similar to many other questions about service access control but I can't seem to find one response that is relevant on all of the points ...
1
vote
1answer
23 views
Rest Sercvices Custom Status Code Response Serialization
This is the ajax call I'm using to get the response from the rest services:
$.ajax({
url: xxxxx,
cache: false,
dataType: 'json',
data: JSON.stringify(xxxx),
type: "POST",
...
0
votes
1answer
22 views
how to post to google stream from server side code in asp.net
In my website, when a google user sign up's with a google account i need to post a interactive post or share a post to his google + stream from my server side code.
through authentication process i ...
1
vote
2answers
61 views
How to Increase item size in Http Post
I am posting data into a IIS web server using C#.
I have used XML and the mode and I am getting an 'Bad Request Error' when posting very long data in one field.
For example,
...
0
votes
3answers
60 views
Http Post Image data in C# .Net
I have implemented a Restful web service in C# .Net and I want to enable users to upload images via this.
What I currently have is a service that only accepts text data. Ideally I need to get an ...
0
votes
1answer
39 views
How to consume Wcf rest servcie(Form authentication) from android client
I built a wcf rest service with form authentication. All the settings are set in config file. This service needs to be consumed by android client. So can any body please tell me how to send the ...
0
votes
0answers
44 views
Upload File using httpwebrequest and rest api
I am trying to upload file using httpwebrequest and rest api
My code is like this i am not getting any error but i cannt able to upload file.
public static string RequestProfileUrl = ...
0
votes
0answers
26 views
How to create a folder using REST api
I want to create a folder in https://ws.onehub.com/ site. i did everything like
downloading file,deleting file and getting list of file but my problem is that httppost is not working for me.
My code ...
0
votes
0answers
25 views
How to design a RestFul Url Template For the Below Web Method?
I'd need a web api service to return the event types of a specific event.
I've read this article but I'm not 100% sure:
http://msdn.microsoft.com/en-us/library/dd203052.aspx
Should I use {0} or ...
0
votes
1answer
54 views
ASP.NET Web API Not Serializing bool fields
I have the following model class:
[DataContract(Namespace = "http://api.mycompany.com/v1")]
public class Job{
[DataMember(IsRequired = true), Required]
public long Id { get; set; }
...
0
votes
0answers
34 views
Does ASP.NET REST webservice work synchronously?
When we call ASP.NET REST webservice from out client, is that a synchronous call that we make?
If not can it be called asynchronously?
Can we set a timer for the request? BTW I am using .asmx file.
0
votes
1answer
40 views
can i use wcf rest service in my asp.net 3.5 web application
I heard that rest services are moved from wcf to asp.net web api frame work.
Our web application is built on vs 2010 (asp.Net 3.5) .So still i can use wcf rest services in my web application?
...
2
votes
1answer
77 views
Load dll and host it as windows service
I have 3 Restful services which I want to host as windows service. I have created one installer which will host all three services together. I want to make my installer a bit configurable. I want to ...
0
votes
1answer
33 views
passing custom object after serialization to WCF
I have a WCF service method with following signature:
public string CTNotification(JSONRecordingCompletedNotification content)
{
I want to create a client and consume it. I have written ...
0
votes
3answers
61 views
build a HTML GUI for an existing JAVA Web Application [closed]
I have to do a project for college
There's an existing java web application (ejb, jsf..) with some simple CRUD functionalities:
e.g. add student/docent/work report and so on
The excerise is to ...
0
votes
1answer
100 views
request.ContentType = “application/json” gives bad request error on WCF method
I have created a WCF service using WCF REST Service Template 40(CS) and method header looks like this:
[WebInvoke(UriTemplate = "CTNotification", Method = "POST", ResponseFormat = ...
1
vote
2answers
51 views
Pass DTO for GET Request in REST
I have a REST method for search users. Right now I am having following signature for the REST method:
MyResponse GetUsers(UserSearchDTO search, int pageno, int totalrecords);
i.e it is accepting ...
0
votes
1answer
21 views
Missing tabs from Chrome Developer Tools
I needing to debug an asp.net/json web services for a project I'm working on that is not working, and need to use Chrome Developer tools.
When I bring up developer tools, the only panel button I have ...
0
votes
0answers
66 views
WCF service method not called by API with Json string
I have created a web service using WCF REST Service Template 40(CS) like this:
[ServiceContract]
[AspNetCompatibilityRequirements(RequirementsMode = ...
1
vote
2answers
265 views
Cross Origin Resource Sharing for c# WCF Restful web service hosted as Windows service
I have a WCF Restful service which I am hosting as Windows service. I want to add cross domain support to my service. However, i can do this easily when I use global.asax file. But I want to host my ...
1
vote
1answer
77 views
DTO vs Business objects in WCF layer
We have two projects in our application:
Web UI project (aspx pages).
WCF project.
Both of these sections will further call the same BL and DAL layer. Here is the architecture:
Web Project:
...
1
vote
2answers
134 views
Api to find nearby cities
I am looking for an api that I can use to find nearby cities based on coordinates or name and country(maybe with a feature to filter by distance as nearby can be up to interpretations).
I would ...
1
vote
0answers
47 views
ServiceStack DTO Model Binding for Route Parameters AND Body
I have a Request DTO set up for performing a PUT against a service that results in an update.
I require both route parameters AND a json payload to be sent as the PUT (this payload is the ...
0
votes
1answer
93 views
The operation has timed out in WCF REST Service
I have created a web service using WCF REST Service Template 40(CS). When I try to consume it using
var request = WebRequest.Create(string.Concat(serviceUrl, resourceUrl)) as HttpWebRequest;
if ...
0
votes
1answer
104 views
Sending JSON object to WCF Rest Service
I am trying to get my application working by using REST, WCF and JSON (new to all those technologies). I have the 'GET' working fine. It is the 'POST' that is causing me problems.
As you will see ...
0
votes
1answer
55 views
Obtaining the query string from C# RESTful services
I use a Global.asax file to public my Rest services implemented in C#.
RouteTable.Routes.Add(new ServiceRoute("MyServiceAPI", new WebServiceHostFactory(), typeof(MyServiceAPI)));
I can access the ...
0
votes
1answer
74 views
Zendesk .NET API and ASP.NET MVC 3
I am using the Zendesk C# API Wrapper (https://github.com/eneifert/ZenDeskApi) in my ASP.NET MVC 3 Visual Studio 2012 project. I referenced the ZenDeskApi DLL and everything works fine in debug mode ...
2
votes
1answer
96 views
Best authentication way for .NET Web API + Static HTML + JS
I'm developing a web application consuming a REST .NET Web API.
My web API is stateless and I'm using static HTML and JQuery requests.
Question....
What's the best way to do the login/password ...
0
votes
1answer
32 views
How can I parse an Axis XML file?
I am having a bit of a problem trying to parse an XML file generated with Axis Java Web Service in C#. The file has the following format:
<ns:getAcctsDetailResponse ...
0
votes
0answers
64 views
Regarding response and request in MVC4
I have downloaded one application in which i am unable to find where the hell database operation is made
thing is
there is one url of localhost
For eg:- localhosttest/search/products
and code is ...
0
votes
2answers
149 views
Calling .Net Web API from cURL
I am writing an authentication provider in .Net as a REST service to make it easier to call from PHP and iOS. I've used the MVC Web API libraries and it all works fine, I can call methods from the ...
0
votes
0answers
35 views
REST service - object on server
First of all, I'm not a professional so please be indulgent :-)
I have an ASPX (or Silverlight) web application consuming a REST service I "designed".
The goal of the service is to send command to ...
0
votes
2answers
83 views
How to point a website to localhost or hostname
How can I make the website point to a local host instance of a webservice if running through visual studio but point to the server using the hostname when running on iis.
I have a ASP .Net web apis ...
0
votes
0answers
156 views
WCF REST + Routing + Basic Authentication + Custom Authentication is not working
Diving into WCF RESTful Services and coming across the following error:
> Server Error in '/' Application.
IIS specified authentication schemes 'None', but the binding only supports
specification ...
3
votes
1answer
199 views
How to write method having many parameters in REST webservice
I need to develop a web method that has many parameters. In REST, I understand a webservice has its own significance by attaching itself to particular entity and HttpVerb determines operation type.
...
1
vote
2answers
180 views
Web service (ASP.NET) and android application (API) talkability
I'm researching a side project I'm interested in at the moment which is having an attachment to an android phone that can scan fingerprints and enrol/verify them on an online database.
I'd like to ...
0
votes
0answers
214 views
How can I properly use a backend RESTFUL API with Backbone.js?
I have been playing with Backbone.js for the past 2 months and I have successfully completed most of the example applications out there. Now, I have come across a topic that I can't seem to grasp so ...
0
votes
2answers
65 views
GET operation difference in normal web service and REST web service
I have a doubt on GET operation of normal and REST web services. I understand REST services are based on the HTTP VERBS. So, for a entity, if there are couple of GET methods, how would it ...
1
vote
0answers
264 views
Consuming REST GET Webservice in PL/SQL Oracle / 404 / Not Found
I have the following REST Webservice:
<WebInvoke(Method:="GET", BodyStyle:=WebMessageBodyStyle.WrappedRequest,
RequestFormat:=WebMessageFormat.Json, ResponseFormat:=WebMessageFormat.Json, ...
1
vote
1answer
248 views
Intermittent deserialization errors in REST WCF Service in .NET 4.5
Since updating our project to Visual Studio 2012 and a targeting the .NET framework 4.5 from 4.0, we've been intermittently experiencing serialization exception issues when attempting to return data ...
1
vote
1answer
78 views
Can Windows CE (.NET CF 1.0) apps access web services?
We are planning on replacing a legacy "server" app (a Windows form app with, although it does not really need it, a GUI representation (showing status messages)) with a simplified service of some ...
1
vote
1answer
41 views
Vanilla ASP.NET and REST
I wish to implement REST service which will be integrated with ASP site (basically the same project).
I've tried to provide my custom VirtualPathProvider (VPP) and it works, but to a certain degree. ...
0
votes
0answers
106 views
using Restsharp to login and get html data
this code
var client = new RestClient("http://59.185.101.2:10080/jsp/Login.jsp");
var request = new RestRequest(method: Method.GET);
var response = client.Execute(request);
...
1
vote
2answers
422 views
Maximum default POST request size of IIS 7 - how to increase 64kB/65kB limit?
I have created a RESTful POST web service in ASp .net C# with IIS hosting the service.
My service accepts an XML file as input and when the size exceeds 65KB I get the following error message:
The ...
0
votes
1answer
457 views
How to pass an object as a parameter in httpwebrequest post?
Here i am calling Restful WCF service from my webapplication and i dont know how to pass an object as parameter in this one.Here is my client code
protected void Button1_Click(object sender, ...
2
votes
2answers
629 views
Two HTTP Post method with different parameters in one Web API controller
I'm trying to implement a Controller with more than one POST method in one controller. I have the following:
public class PatientController : ApiController
{
[HttpGet]
public ...



