client Questions
3
Solved
I have updated to Skype for Business 2016 (Office 2016) and the desktop application that I am developing, that integrates with the Lync client, has started to throw an exception.
I am guessing that...
Selfindulgent asked 20/10, 2015 at 6:12
1
Let's say you have several accounts attached to your Outlook client and want to be able to choose which one to send a mail from using VBA. What do you do? The MailItem.SendUsingAccount parameter lo...
5
Solved
When I use embedded javascript functions I can get client id of elements with this code:
document.getElementById('<%=buttonXXX.ClientID%>' )
But now I am using external javascript file for...
Natika asked 2/10, 2010 at 13:20
2
Basically I want to create a web services client to send a mtom soap message via the proxy method. I have created my service artifacts fine from the web service wsdl. The message is created correct...
Riggall asked 26/8, 2011 at 9:7
3
Solved
Hi im using Connector/C++ and executing simple 2 sql commands like this :
the first select sql run ok but the second one cause this exception error :
ERR: Commands out of sync; you can't run thi...
2
I'm using D3 to graph some data, and if I change my time zone away from my current one, the time scale changes based on my client's time zone. I would rather be able to force the graph to display i...
Bally asked 11/4, 2013 at 19:41
2
I try to use Kafka with version 0.9.0 with port 9092.
If I use telnet, I successfully connect to this address,
but I fail to connect to Kafka server with Java API
Here is my Java example exactly u...
Foreshow asked 3/1, 2016 at 1:56
2
Jetty 9.3
Java 8
Is org.eclipse.jetty.websocket.client.WebSocketClient thread safe.
Can multiple threads use a single instance of this class to create a websocket session (with the connect metho...
2
Solved
I'm trying to make a simple jersey rest client for google search api.
Client client = ClientBuilder.newClient();
WebTarget target = client.target("https://www.googleapis.com/customsearch/v1");
ta...
Anne asked 1/1, 2015 at 15:19
1
I am new to Hadoop so I started setting up partially distributed Hadoop cluster on localhost. I created a wordcount program jar to run but when I run this jar the following error is shown for nine ...
Rambling asked 14/2, 2015 at 7:39
2
I'm trying to implement two windows services that each one implements is own gSoap interface, and both are clients and servers of each interface.
So my problem is that i use the same data type in b...
1
I'm trying to implement a simple webservice using nusoap.
Server:
<?php
require_once "nusoaplib/nusoap.php";
class food {
public function getFood($type) {
switch ($type) {
case 'starter':
...
4
I am launching a JNLP java application from a native client app (i.e. not a browser). When the JNLP finishes it's task, I need it to return a string to the calling app? How can I do this? Is it pos...
1
Solved
I am novice in hazelcast and I have a few questions.
As I understand hazelcast comes with two entities HazelcastInstance(as I understand it is server) and HazelcastClient.
These entities even pack...
Bloomington asked 18/10, 2016 at 9:23
0
Recently I was asked to implement client-side failover for an app I wrote. Personally, all the failover/load-balancing schemes I can recall working with have been implemented server-side, through a...
1
Solved
I have a Go program that generates a lot of HTTP requests from multiple goroutines. after running for a while, the program spits out an error: connect: cannot assign requested address.
When checki...
1
Solved
I'm trying to connect to Standalone Apache Spark cluster from a dockerized Apache Spark application using Client mode.
Driver gives the Spark Master and the Workers its address. When run inside a ...
Plinth asked 22/7, 2016 at 15:27
3
Solved
I am developing an ASP.NET web application that sends a request to another server using HttpWebRequest. It sends the request over HTTPS, and the remote server requires a client certificate. The req...
Jeopardy asked 25/3, 2012 at 6:10
3
I have implement the simple TCP server and TCP client classes which can send the message from client to server and the message will be converted to upper case on the server side, but how can I achi...
10
Solved
Here's what I did, I have installed svnserve as a service and I started it with the net start svn service command. I typed svn ls svn://localhost to test the service but it returned the error as st...
1
I´m starting with IndexedDB and to not reinvent the wheel I´m using Dexie.js https://github.com/dfahlander/Dexie.js
I created the database, I added data and now I´m creating a generic function tha...
Sueannsuede asked 17/8, 2016 at 15:31
1
I'm developing a client/server application in golang, and there are certain logical entities that exist both on client and server(the list is limited)
I would like to ensure certain code for this ...
1
Does anyone know if and how the Microsoft OData Client is supposed to work on Xamarin Droid?
It's the NuGet package 'Microsoft.OData.Client'.
It works fine on a Console application, even where th...
2
Solved
I have an android service in a remote process that can have multiple bindings from different clients. My question is, how can the service get notified when a specific bound client gets disconnected...
1
Solved
I tried to use keycloak-admin-client in Java code like below, and then I got exceptions. From the exceptions, it looks like that it failed in constructing the API URL, even before reaching Keycloak...
© 2022 - 2024 — McMap. All rights reserved.