asmx
Cancel a long task that's managed by a web service
I have a web service with three methods: StartReport(...), IsReportFinished(...) and GetReport(...), each with various parameters. I also have a client application (Silverli开发者_如何学运维ght) which[详细]
2023-03-18 00:48 分类:问答ASP.net: Is it possible to initialize session manually from session-id
I am building a web service (ASMX) in C#. I am thinking of using ASP.net session ID as a token for authentication.[详细]
2023-03-17 15:14 分类:问答Pass (proxy) SoapHeader through a WCF service to an ASMX service
We have an existing ASMX web service (.NET 2.0) and I am now creating a new s开发者_StackOverflow中文版ervice using WCF and .NET 4.0.[详细]
2023-03-17 15:14 分类:问答hosting asmx web service in .net 2.0 clr without iis
I have .net 2.0 asmx service. Have windows 开发者_Go百科xp sp2 without IIS, with .net 2.0. I know about hosting wcf server in your app, but it\'s only in 3.5 framework.[详细]
2023-03-17 15:07 分类:问答Spike in "500 - internal server errors" from web services running on IIS7, Windows Server 2008
We have a bunch of websites running on a NLB of 3 web servers. One of the sites is a set of web services which is used to power a news application for an iPad.[详细]
2023-03-17 12:48 分类:问答PHP SOAP returning SOAP Fault: Server was unable to process request with .asmx Web Service
I am having difficulty in getting a SOAP request working properly , which requires XML string as input.[详细]
2023-03-17 12:24 分类:问答Within PreRequestHandlerExecute, determine name of class in .asmx file
Ultimately, i\'m trying to obtain a reference to the webmethod that will handle a request, BEFORE it handles the request开发者_高级运维, in order to check its custom attributes.[详细]
2023-03-17 07:10 分类:问答Is there a way to send any SOAPHeader parameters when invoking a web method from the ASMX Help page?
I\'ve implemented a new web service which uses SOAPExtensions for authentication. Everything works fine using a client that consumes this web service.[详细]
2023-03-16 21:00 分类:问答Consuming Multiple .NET Web Services from Javascript in Parallel
I have two ASMX web services consumed from javascript. The first service performs a long operation and updates a database table on its progress. The second service polls that same database table in or[详细]
2023-03-16 14:16 分类:问答How to handle parameter changes in webservice versions
I\'m relatively new to webservices and C# but not to programing (lots of experience in legacy systems).[详细]
2023-03-16 11:28 分类:问答