I have an ASP.NET webservice and some of the fields in the requ开发者_C百科est are defined as enums. When entering a blank or invalid value, the response comes back as:
I have a standard asmx service on which GET is not allowed. If I visit the asmx http://mysite/myservice.asmx/myoperation in the browser (GET) I get a stack trace flushed to the client and I can see f
I would like to manually send an HTTP 40x error code to client from a web method in c# asp.net web service.
I have a Web Service project and a WPF project (which serves as a client) in my solution. The class representing the web service is quite simple and looks like this:
I am developing an ASP.NET Web Service: # MyWS.cs [WebMethod(EnableSession = true)] public bool TryLogin(string user, string pass)
I\'m sorry if this has been asked - I can\'t seem to find it if so. If I have a silverlight 4 page calling a plain old asmx web service, is there a way to access the http context of the aspx page hos
I am trying to create a custom web service for Sharepoint 2010. I am using Visual Studio 2010, and following the tutorial found @
I have a jQuery.ajax call on a button click event in my webpage. This ajax call sends quite a lot of markup back to the server. After some processing the server posts back a small URL address. This wo
Stuck with an unusual problem, would seem that I love doing things that\'s not very common. I have a composite control, that checks to see if a given web service file exists in the root of my applica
I would like to keep the session in asp.net active. does this can be achieved by accessing only webm开发者_Python百科ethods. And the reason is that page contains a live streaming from other sites and