This action returns a web services status independent of the ExtraView application.
There are no inputs for this action.
There are no outputs for this action. Independent of any user ID, password or any other parameter, this action confirms that a connection to the server exists and is functioning.
http://SERVER_NAME/EV_NAME/services/EVSystemService/getPing?
or
public static void systemStatus(EVSystemServiceStub stub) {
try { GetPingResponseDocument response = stub.getPing(); System.out.println( } catch (Exception e) { } |