Top "Client" questions

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

Could not find endpoint element with name ' and contract 'I' in the ServiceModel client configuration section.

I am working on a Base WCF Service- Client WCF service - Consumer Base Wcf servcie model as following: In …

wcf client wcf-binding wcf-endpoint servicecontract
MMORPG Client/Server Coding

How are the UDP and TCP protocols used in MMORPG client/server communication? For example: Does the client broadcast (player …

tcp udp client
TIBCO.EMS .NET client / WCF channel

Folks, TIBCO has announced support for WCF channels back in April - has anything of that materialized by now?? Where …

.net wcf client tibco-ems
AngularJS and Enterprise applications

we are currently evaluating the use of AngularJS in a Enterprise Application (e-Banking) as a Single Page Application. Many of …

javascript user-interface angularjs client enterprise
Jersey client connection close memory leak issue

I am using Jersey v10 and have written the following code.Is this the right way to close a Jersey …

memory-leaks connection client jersey resource-leak
ActiveSync client Java implementation

My company is working on a project to develop a desktop and mobile email client that can connect to different …

java client exchange-server activesync
java.util.ConcurrentModificationException on ArrayList

I have a Server class and a Timer inside it which is supposed to clear dead clients (clients who crashed). …

java client arraylist concurrentmodification
clientgen generated PortType_Stub cannot be cast to javax.xml.ws.BindingProvider

While trying to access a webservice through a client, I am not able to get the requestContext. I am trying …

java web-services client jax-ws jax-rpc
How to connect to remote server using Elasticsearch Node Client Java

I am trying to connect to my server using Elasticsearch Java NodeBuilder Client. However I do not see any option …

java elasticsearch server client elasticsearch-java-api
Hadoop Resource Manager not starting

I am new to Hadoop so I started setting up partially distributed Hadoop cluster on localhost. I created a wordcount …

java hadoop client ipc resourcemanager