I have an ASP.net web service that I'm using for a web application which returns a either XML or JSON data to me, depending on the function I call. This has been working well thus far, but I've run into a problem. I want to create an "export" link on my page that will download a JSON file. The link is formatted very simply:
<a href="myw...
We are considering a web version of some of our Windows desktop software. One of the challenges I've faced is that we need to record sound from the microphone for some of the programs.
Any suggestions of what options might fullfill that? (Adobe Air, Flash, Silverlight, etc.) ?
...
Is it possible to use the Google Wave Context-Aware Spell Checker via web services?
If yes, can anyone please be kind enough to post a simple example?
...
I would like to get some information on list of points that needs to be taken care of while developing Web Services on .NET platform using WCF to make sure it is compatible with majority of the clients out there (Java, .NET etc...).
Earlier I have seen cases where we developed services which was easily consumed by .NET clients , however...
Hi,
I want to pass an XmlDocument as a parameter to my webservice method. After I have loaded an XML file from a path, when I try to send the XmlDocument as a parameter by webservice method, I come across this error. What can be the reason? I use StreamWriter and I close it. I don't use XmlWriter.
The development environment is VS 2008 ...
But default you have to issue an HTTP POST to any web method in an asp.net 2.0 web service. How do u call a web method with HTTP GET alone. In some cases I'd also want to pass arguments to an HTTP GET method. Is this possible in the context of web services?
...
I have web service deployed in Web Sphere and this service is SSL enabled. I have to call this service from ms excel. I am using MSSOAPLib.SoapClient to call my web service. When I run this macro i am getting security related error. That is the public key should be stored in the client key store. Please let me know how to do this.
Also ...
Well i have a project in which i have to consume a web service but authenticating in an Active Directory, i have my system written in python3, python-ldap module in not ported yet so i want to know a way to achive this "consumption".
In the worst case i will create a standalone consumer in python2.5 but i want to know "howto" consume a ...
What does it mean to generate a new proxy for the Web service?
What is proxy?
I already added web service url into web references. I am confusing with above question.
what is disco, wsdl and asmx file?
...
I'm calling and getting results back from an async web service call that provides an array of objects to display in a grid on a hand-held windows mobile.
At one point I had the UI updating properly using InvokedRequired and Invoke. Now the first time I run the emulator and Visual Studio 2008 it will work but subsequent calls seem to ha...
I have a Web Service Project and a Web Site Project both within the same solution. I have a simple link on a web page within the Web Site Project that needs to point to a web services WSDL (example: Webservice.asmx?WSDL) within the Web Service Project. Is this possible?
Would I be better off using a hardcopy of the WSDL document and jus...
My team has some data stored in a database which other teams in our company are interested in getting, and we're planning to build some web services, so that they don't have direct access to our database.
We aren't running very complex queries (consider it instant, once we're interested in the overhead), and we're wondering how long a w...
I'm writing an ASP.NET web service using C# that has a DoLookup() function. For each call to the DoLookup() function I need my code to execute two separate queries: one to another web service at a remote site and one to a local database. Both queries have to complete before I can compile the results and return them as the response to t...
Let's say for example we've got a SIMPLE eCommerce system, with two separate systems: an Inventory Management System (IMS) and an Order Management System (OMS). Assume IMS provides information around inventory (getItem, getItemQuantities etc) and OMS provides ordering services (startOrder, addItemToOrder, finalizeOrder etc)
These two s...
How to stop Visual Studio 2008 from automatically running my web services.
I have a large Visual Studio 2008 solution that contains a number of web app projects and also several wcf web services. I have set the solution to have only one startup project, yet when I right-click on the web app project and select "Debug" > "Start New Insta...
Hi,
Has anybody any useful links that can be used to consume a web service using C? I need an example of a XML Object creation using AXIOM or any other API.
Lots of thanks!
...
First, I don't want to use a database or a local file.
Is it possible to store variables in memory so they don't have to be created each time the webservice is called? The problem is that
FullCompanyListCreateXML();
takes about 1 Minute to create the XDocument. So is there any way to prevent that the xml variable is dropped after t...
I am using the WebClient.UploadFile() method to post files to a service for processing. The file contains an XML document with a compressed, b64-encoded content element in it. For some files (currently 1), the UploadFile throws an exception, indicating that the underlying connection was closed. The innermost exception on socket level giv...
I've got a .Net client app calling my .Net web service which in turn calls a third party web service
e.g. at 'www.foo.com'.
.NET Client -> 'My Web Service' -> 'Third Party Web Service'
From VS2008, this all works fine i.e. I'm running 'My Web Service' in localhost:someport
which successfully calls the 'Third Party Web Service'.
I t...
I am having difficulty in consuming the reCaptcha Web Service using C#/.Net 3.5. Although I think the problem is with consuming web services in general.
String validate = String.Format("http://api-verify.recaptcha.net/verify?privatekey={0}&remoteip={1}&challenge={2}&response={3}", PrivateKey, UserIP, Challenge, Response);
W...