I am trying to add the path /_vti_bin/Lists.asmx to my ASP.NET MVC 2 web application. I am registering the route as follows:
I have a strange problem when I\'m trying to call a simple webservice method from Jquery. Locally it works fine, but on my test-server it does not.
My company is planning to implement a solution in multiple applications that will help to validate mailing addresses at the point of data entry.We\'re using UPS\'s Extended Address Validation (XAV) we
Is it possible to require user name and password for a web service without changing t开发者_StackOverflowhe code for existing web service?
I have a web service method in which I create a particular type of object, use it for a few seconds, and then dispose it.Because of problems arising from multiple threads creating and using instances
Currently we are developing an ASMX, ASP 2.0, IIS 7 web service that does some calculations (and return a dynamically generated document) and will take approx. 60 seconds to run.
Consider the requirement to log incoming SOAP requests to an ASP.NET ASMX web service. The task is to capture the raw XML being sent to the web service.
I\'m signed up, I\'ve downloaded sample code, I\'ve got a WSDL...and yet I have no idea how to get this stuff into my existing .Net application.The WSDL was in a zip file, not a URL so I can\'t just \
Example: public class Servi开发者_C百科ce1 : System.Web.Services.WebService { [WebMethod] public int Add(int x, int y)
I\'ve got a C# web application which I c开发者_开发知识库an\'t easily update the code of. However, I can make configuration changes to the application.