A client is an application or system that accesses a service made available by a server.
0
votes
0answers
7 views
Google Admin Directory API is returning 400 bad request
I'm experimenting with the Java client for Google Admin SDK, specifically the Directory API. It's based on the use of GoogleCredentials just like Google Drive API. However, unlike Google Drive I'm ...
0
votes
0answers
7 views
create a proxy for a datapower application
I am trying to consume a IBM datapower webservice in c#, wcf.
But this is the error the vendor has sent.
May 23 10:29:44 [error] wsgw(MedsHistoryWSP): trans(308571109)[request][ ]: Required ...
0
votes
2answers
21 views
How to get the connected client's ip using WINSOCK2 and C?
my question looks clear, i want to get the IP address of the client who's just connected into my winsock2 running server, i'm using C.
Thanks in advanced!
1
vote
1answer
35 views
Qt Client Programming
I wrote this program for a client on Qt but its not compiling. Errors as given after program.
Can someone help me out?
MyClient.h:
//MyClient.h
#ifndef CLIENT_H
#define CLIENT_H
#include ...
0
votes
0answers
20 views
Worklight: How to get current device ID for Push subscription
I want to get the currently subscribed device ID ? how i can get it on the client side or on the server side?
I know the subscription table, but i donn't want to get from it.
Secondly, if one user ...
0
votes
0answers
12 views
Upload file using Axis2 Webservice get stuck because of strange definition of File class
I am trying to upload a file using web service (web service is required). Here is my server code. Here is my client code. The wsdl is here (I used XML online formater to beautify it but it trimmed the ...
0
votes
0answers
8 views
Restlet client's deserialization on asynch http method vs synch method
I'm using Restlet client to get some nested object from the server.
I have one synchronous client and one is asynchronous.
They both access the same url and both request for the same data.
The ...
0
votes
0answers
22 views
How can I modify the client side of openmeetings project
I want to write client side of the following project
http://openmeetings.apache.org
now it uses flash as client but I don't know where is the source of flash
and I don't know how can I make JSF ...
-1
votes
1answer
28 views
Is there any web server out there to validate Client SSL certificate?
Does any website(web server) out in the WWW which validates client SSL certificate? I need to get my client SSL certificate validated.Please don't suggest me to setup an apache2 server on my PC! I've ...
0
votes
0answers
23 views
Posting xml to a url in nodejs
I am developing a client program to hit a post url and get the response from it
Below is my code
var http = require('http');
var fs = require('fs');
var postData = "<?xml version = '1.0' encoding ...
0
votes
1answer
17 views
How to set up basic WCF service - client application?
I am new to WCF and I try to create my first WCF service - client application. I use Visual Studio 2010.
I create WCF Service application
I try to add service reference to my another project. After ...
-1
votes
1answer
31 views
My multi threaded server is not working
Hi i am trying to make a multi threaded server client app where the server resends an upper cased version of the string sent by the client, here are my three classes:
The server class:
package Q2;
...
0
votes
1answer
29 views
Server client communication Node.js
I have written a server program server.js as below
var SerialPort = require("serialport").SerialPort
var io = require('socket.io').listen(80);
var serialPort = new SerialPort("COM4", {
baudrate: ...
2
votes
0answers
65 views
How to send back to a UDP source address?
I have a question concerning communication between a server and a client using UDP. I'll first explain what I'm trying to do.
The client sends a message to the server using a random UDP source
port ...
0
votes
1answer
28 views
Can not build cassandra database stress client by DataStex
Im working with my own database cluster with cassandra. I want to try some stress tests with my database, thats why i downloaded DataStax Java-driver for Cassandra.
...
0
votes
1answer
26 views
JAX-RS client and session management
My task is to split up an existing JSF Application into a JAX-RS web-service and a JSF web-client. The split should be done at the business layer. Both, client and server should run on a different ...
0
votes
0answers
5 views
How to Create a webapp mail client for microsoft exchange
I want to create a webapp e-mail client, for microsoft exchange.
It should use form based authentication or certificate based authentication.
Please suggest a way.
The language I plan to use are
...
0
votes
1answer
17 views
Remote login desktop environment
So here's the deal, I recently started to get into the whole server world and seriously genius and practical! I started slow with file sharing and then remote login. I now can manage to login into my ...
-2
votes
2answers
49 views
How to get client side login user name [closed]
How to get client side login user name of Windows OS by using Javascript. I have already tried the C# coding "Request.ServerVariables["REMOTE_USER"]" but this has not work to me. Anyone kindly help ...
-5
votes
0answers
30 views
Connect C#.Net Desktop application server to Rhoconnect Client [closed]
I have connected client to server using heroku as server and Rhomobile application as client.
but I have desktop application(server running in local machine) developed using C#.Net and I want to ...
0
votes
0answers
29 views
How to use java to identify user key stroke
I am learning Java Networking and threading, and want to write a java program that acts as Client and Server at the same time.
The concept is simple:
One Server thread receives messages.
One client ...
-1
votes
1answer
17 views
How to get client files in java bean (ADF)?
I develop a web application using JDeveloper.
Then, My scenario is I want to get a file from client directory(e.q C://Image.jpg). What I want to achieve is the client's directory defined ...
1
vote
2answers
30 views
Linux daemon set /proc/
I once wrote a simple daemon in bash - also sets the values in /proc/*. For example,
echo 50 > /sys/class/backlight/acpi_video0/brightness
I want to rewrite in C + + and share - but how to use ...
1
vote
0answers
38 views
Architecture of some Client-Server solution
We have a tool that should display some formated content. Users will create some templates with images and will publish them.
We need to save these templates for further their displaying using html.
...
0
votes
0answers
14 views
Accept call with Lync Client and Ucma application
An Ucma 3.0 application is running in background.which has established a userendpoint for sip:xxx@yyy.com. At the same time Lync client with sip:xxx@yyy.com is online.When a call arrives for ...
0
votes
0answers
78 views
Restore specific file version using SharePoint Client Object Model
I am trying to restore specific file version using SharePoint Client Object Model. However, I keep getting error - file not found. I clearly see the version exists while browsing.
ClientContext ...
0
votes
0answers
48 views
UDP client/server chat
I am planning to make a Java chat messenger. But I am facing a problem. It is that the client side cannot send a message until it receives a message from the server side program. how do I fix this?
I ...
0
votes
0answers
50 views
Get time of NTP-Server from Android App
Dear android developers,
I'm trying to implement the sntpclient class in my application but it didn't work.
Class: ...
0
votes
0answers
41 views
exchange data with socket.io server from embedded system websockets cpp client
I'm unable to exchange data with a socket.io server from a native C++ WebSocket (www.websocket.org) client. Note that I do NOT want a solution based on Boost as I'm running the WebSocket client from ...
0
votes
1answer
22 views
Cordova Client Phonegap Upgrade
I am using cordova client for my phonegap project.I got a question when i type
cordova create name namespace its all working fine.I want to add platforms and i got an error, when i do this for ...
0
votes
1answer
48 views
Timeout implementation in C for TFTP
I am trying to implement the the timeout mechanism in my c implementation of TFTP, and i am looking for some general help.
What I am wondering is how to manage the timeout situation. The premature ...
0
votes
0answers
14 views
How to pass input to soap_call in gsoap client application?
I have problem to pass request variable in my gsoap client app. The error is Segmentation Fault (core dump).
This is my header file:
class _ns1__NewTransactionDataRequest;
class ...
-1
votes
1answer
58 views
How to have multiple clients connect to a server java
I coded a basic isnatnt messager program, but it only lets oone client connect to the server. What would I change in my code so it would accept multiple clients, not have them wait in a line.
...
0
votes
0answers
32 views
Can I open a Netty Client Channel on a local port binded by a Netty server in order to perform hole punching?
Here is the problem: I'm trying to send a message from a Netty Server binded port to perform hole punching. I have read many things about it, especially that on unix it is not possible. This would ...
-1
votes
0answers
26 views
Best practice to serve image files form Ruby server to Android client
I'm developing an app that has a core functionality very similar to Craigslist in that users will submit posts with item text content and associated media files such as images, and then other users ...
0
votes
2answers
50 views
“Please wait, loading” alert on button click
I have a button- when it is clicked, an alert shows up, prompting for an input, after the user puts in data, the data is sent to the server, processed, and a result comes out. This can last up to 30 ...
0
votes
0answers
29 views
Editing VLC script for a Server-Client function
I have some issues with a project with VLC. I'm tryying to make an Server-Client streaming with VLC. I have two VLC (one for Server, another for client). The server is launched by this script .bat
...
0
votes
0answers
19 views
websocket protocol access from remote computer
I have designed a chat application based on websocket protocol.
i have installed a xampp server in computer A .I start the server in computer A and then I am trying to access client.php page (url is ...
-2
votes
1answer
28 views
What is the best client for SPARQL? [closed]
I need to run a lot of complex SPARQL queries against a custom endpoint, and I feel I am wasting a lot of time running from a command line. Is there a customizable SPARQL client that I can easily ...
0
votes
1answer
76 views
UDP multi-client chat server
I have a multi-client chat server and for some reason only the first client is being added. I used a tutorial to help get me started. I have included my code below. When I try and add another client ...
1
vote
3answers
47 views
Limit number of data streamed to a webpage with node.jsand socket.io
I'm currently working on a streaming app using Node.js and SOcket.io. For the moment the app works perfectly but I need to do one thing: Since it's a streaming app there is to much data push to the ...
1
vote
1answer
69 views
Perl send() UDP packet to multiple active clients
I am implementing a perl based UDP server/client model. Socket functions recv() and send() are used for server/client communication. It seems that send() takes the return address from the recv() call ...
0
votes
0answers
54 views
Add error message to custom field for client validating in Joomla
I'm having a problem with Joomla client form validating (with MooTools).
The form validation does fine when the fields are empty, meaning that they show the error messages. But when the fields ...
0
votes
1answer
77 views
Teradata - run a file/script at Unix Linux command prompt
I have the client/TTU installed on Unix box for Teradata.
If I do the following, it works. Where "..." is Teradata BTEQ normal output and once the following is done, I'm back at the prompt.
$ bteq
...
0
votes
1answer
51 views
How do I use our private key to make a web service call?
We're using Java 6, JBoss 7.1.1 and Spring 3.1.1.RELEASE. I'm trying to write an application that will request data from a WSDL on a corporate web site and then write that data back to a local ...
2
votes
3answers
279 views
clojure websocket client (http-kit)
I have set up a server that should accept web socket connections: The basic example shown in the http-kit documentation.
The question is:
How do you create a Clojure client that connects to it?
The ...
0
votes
0answers
21 views
Web-based Jabber client does not work in closed environment
I have installed and configured openfire 3.8.1 chat-server on Window server 2008 R2 enterprise. I am using JsJac.js jabber-client library written in javascript.
On ...
0
votes
0answers
18 views
POP3 client featuring a Relational Database [closed]
I'm searching for a POP3 client software which saves the incoming emails within a Relational Database. Email attachments and embedded images should be saved as normal files within the regular file ...
0
votes
1answer
44 views
Invoke a python script when an outlook email is received?
My requirement is to invoke a python script as soon as a particular email is sent to a specific address in outlook. I am using win32com outlook client in my script.
I am thinking of running the ...
0
votes
0answers
17 views
custom fields WHMCS -> foreach option
I'm trying to add this drop-down select to the register page. It lists all states in Brazil:
<select tabindex="7" id="estado" style="width:300px;">
<option ...



