I have an ASP.NET web service which returns an XMLDocument.The web service is called from a Firefox extension using XMLHttpRequest.
Problem: (Solution at the end) I got a Silverlight App with-in a Web Project Web Silverlight The web contains a service:
I have ASMX services for my web application that I would开发者_如何学C only like available to the same application.
I have a fat VB.NET Winform client that is using the an old asmx style web service. Very often, when I perform query that takes a while or pass a large amt of data to a web service in a dataset, I get
I\'ve got wcf service for wcf straming. I works. But I must integrate it with our webserice. is there any way, to have webmethod like this:
I\'ve created a web service using Visual Studio ( 2005 - I know I\'m old school ) and it all compiles fine but when it opens I get warned thus:
I want to run a web service method with parameters and get method return value back using JQuery. ie.
We have a .NET 3.5 Web Service (not WCF) running under IIS. It must use identity impersonate=\"true\" and Integrated Windows authentication in order to authenticate to third-party software. In additio
I got .asmx a web service on my app. I need to call a method from an other app to get statistics from my app. I need it to return XML. the call to the webmethod is done with javascript soap.
I have a scenario where my application is going to be publishing services that are consumed by both PC\'s and mobile devices, and I have a HTTPModule that I want to only perform work on only the mobil