System.setProperty("javax.net.ssl.trustStore", T.class.getResource(".").getPath()+"keystore/wanhua.truststore");
System.setProperty("javax.net.ssl.trustStorePassword", "password");
String address = "地址";
String username = "username";
String password = "password ";
SI_381_GPS_OnlinetrackFrequency_OutServiceLocator lso = new SI_381_GPS_OnlinetrackFrequency_OutServiceLocator();
L3_LMS_IF12_WS_01Response lliw = lso.getHTTPS_Port(address,username,password).SI_381_GPS_OnlinetrackFrequency(new L3_LMS_IF12_WS_01());
System.out.println(lliw.getL3_LMS_IF12_WS_01Return().getValue());

相关文章:

  • 2022-12-23
  • 2021-04-10
  • 2021-10-22
  • 2021-12-31
  • 2021-11-09
  • 2021-12-19
  • 2021-11-23
  • 2021-08-04
猜你喜欢
  • 2021-08-08
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案