We have to develop a chat client for mobile. The devices sho开发者_Go百科uld be for the following:
I am in the planning stages of a .NET desktop app that will communicate with a web service. The web service requires a username and password, and a common feature in this sort of app is to save the us
I\'d like to create a si开发者_C百科mple browser client that I\'ll to demo the REST API we have implemented on a server. I need basic functionality like
I building an Https Client to send some data to a server, but I don\'t know what to pass in User-Agent. Should I use the webkit one\'s or do I have to build开发者_Python百科 one explicitely for my App
I am looking for a component that resizes and ftp\'s images to a website. It doesn\'t have to be free.
We have a GUI which runs on ASP.NET 2.0 framework (Client-Server model). From the support perspective how can one find whether the pages which are opening on GUI at any point of time is a server side
I am at the initial stage of designing a client application. However, being new to WPF and having already gained some experience in Win forms development, time pressures on the project means that ther
We have server on Python and client + web service on Ruby. That works only if file from URL is less than 800 k. It seems like \"socket.puts data\" in a client works, but \"output = socket.gets\" - not
I am developing a java client for a web service. I have this method in my web service: @WebMethod(operationName = \"test\")
I am using a traditional C# web service client generated in VS2008 .Net 3.5, inheriting from SoapHttpClientProtocol. This is connecting to a remote web service written in Java.