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
I am building a web service (ASMX) in C#. I am thinking of using ASP.net session ID as a token for authentication.
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.
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.
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.
I am having difficulty in getting a SOAP request working properly , which requires XML string as input.
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.
I\'ve implemented a new web service which uses SOAPExtensions for authentication. Everything works fine using a client that consumes this web service.
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
I\'m relatively new to webservices and C# but not to programing (lots of experience in legacy systems).