I want to check raw data string (raw xml) received by my web service methods (for logging and debugging purposes).
One of the field in my web service method accepts DateTime value. Once service user provided value in wrong format: \"31-10-2010\" (or probably it was \"31-10-10\", to be honest: I not sure, are imple
Here is my JS: function declassifyAjax(e) { var items = getSelected(); var docIds = new Array(); items.each(get);
All our apps have been converted to use strucutre map, and our libraries were converted also. I\'m trying to convert one of our asp.net webservices.
I am trying to use jQuery .load() to get straight html from a asmx web service: $(\'#target\').load(\'MyService.asmx/GetHtml\');
I\'m currently working on a web service implementation to a combined web/desktop application (ie. access from different sources).
If I want to compile the source (cs) file of the web page, i simply use Src attribute instead of CodeBehind attribute in the Page directive, e.g.
I\'m trying to call a web service (.asmx) from a c# application, in json format. When I specify request method as GET, and don\'t specify contentType.
I am not able to call web service(asmx) from jQuery function. It is saying \"access denied\" error while calling web service. It is working in the dev and local machine but I am getting the same erro
I am looking for a way to have the generated proxy class for a Web Reference (not WCF) implement a common interface in order to easily switch between web service access and \"direct\" access to our bu