Questions tagged [java-client]

111 questions
-1
votes
1 answer

How to do Post for https using Apache client

Hi i am trying to do post request in SOAP for HTTPS using Apache client.However I can do easily with HTTP with Apache client.But getting difficult with HTPPS.I have tried google a lots but not getting the proper documentation.Somewhere i found, but…
Md Noorshid
  • 105
  • 12
-1
votes
1 answer

how to make client server program to continuously run

I am creating a Java a simple client/server program although both are just working fine. The problem is that when the client or the server encountered an error it will stop. Is there a way for my client/server app to continuously run even if it…
dimas
  • 2,259
  • 5
  • 34
  • 58
-1
votes
1 answer

SOAP UI basic authentication in java

This is my Code: public class JavaSoapUi { public static void main(String[] args) throws Exception { String requestUrl = "myurl"; URLConnection connection =new URL(requestUrl).openConnection(); System.out.println( "orignal url: " +…
-1
votes
1 answer

compability of data types between java client and wcf service

I am developing a WCF Service application with basicHttpBinding option. I chosed basicHttpBinding because my client could be a Java client, a Visual Basic Client etc. Now i want to be sure that the datatypes which i used in my application are…
Fer
  • 1,852
  • 7
  • 28
  • 55
-2
votes
1 answer

How to listen or watch pod ip change event history in kubernetes?

I want to save the history pod ip changes for troubleshooting in future. How can i do that ? Is there api in k8s io.fabric client i can use?
seamusL
  • 7
  • 1
  • 3
-2
votes
1 answer

which appium java-client is used to test android oreo?

I am trying to automate android oreo using appium.. My framework is built on java-client 2.x.. can I use same with android O and uiautomator2? which is the least version of appium java-client required to automate it?
mashkurm
  • 393
  • 4
  • 18
1 2 3 4 5 6 7
8