Top "Client" questions

A client is an application or system that accesses a service made available by a server.

Jersey Client + set proxy

Hi I've a jersey client which i use to upload a file. I tried using it locally and everything works …

java proxy client jersey
C/C++ HTTP Client Library for Embedded Projects

So I have trawled through pages and pages of search results on StackOverflow and Google and I have come across …

c++ c http embedded client
SharePoint 2010 - Client Object Model - Add attachment to ListItem

I have a SharePoint List to which I'm adding new ListItems using the Client Object Model. Adding ListItems is not …

c# sharepoint-2010 client attachment listitem
Sample code for JSON-RPC client in C#

I need a simple JSON-RPC 1.0 client in C#, preferably using .NET 2.0 or later. I checked out JRock 0.9 They have several …

c# client json-rpc
Android client and Java server TCP communication

I'm developing an Android application (client) and want it to connect with my Java server using TCP communication. I've done …

android tcp client communication
SOAP faultcode env:Client

I'm connecting to a webservice, but i'm getting the following XML formatted SOAP Response: <?xml version="1.0" encoding="utf-8" standalone="…

java web-services soap client fault
What is the minimum client footprint required to connect C# to an Oracle database?

I have successfully connected to an Oracle database (10g) from C# (Visual Studio 2008) by downloading and installing the client administration …

c# oracle client
Best practices for client side vs. server side redirects: When to use what?

I understand that most of the languages support server side redirects (asp.net: Response.Redirect, PHP: header( 'newpage' ) ; ). You could …

redirect client webserver
Tutorial: Simple WCF XML-RPC client

Update: I have provided complete code example in answer below. I have built my own little custom XML-RPC server, and …

c# wcf client xml-rpc
Invoke required field validator through javascript

I have a non standard submit button in my ASP.NET form along the lines of. <a class="button" …

javascript asp.net client requiredfieldvalidator