if (inflowConfig != null) {
stub._getServiceClient().getServiceContext().setProperty(
WSSHandlerConstants.INFLOW_SECURITY,
inflowConfig.getProperty());
}
PingResponseDocument pingResDoc = stub.Ping(pingDoc);
PingResponse pingRes = pingResDoc.getPingResponse();
System.out.println(pingRes.getText());
stub = null;