String accNbr = "18920020202";
int accNbrType = 4;
String password = "111";
int passwordType = 1;
int encryptFlag = 1;
String areaCode = "022";
String channelId = "-10000";
String staffCode = "-10000";
String outXml = "";
while (i < 40) {
System.out.println("==========第"+ num + "线程里面,第"+ i + "次请求START=======");
WSSPortTypeProxy proxy = new WSSPortTypeProxy();
proxy.setEndpoint(
"http://136.64.44.237:9010/BssCrmWebService/services/CustomerService_B");
try {
outXml =
proxy.checkPassword(
accNbr,
accNbrType,
password,
passwordType,
文章来源于领测软件测试网 https://www.ltesting.net/