|
|
|
@ -2377,7 +2377,7 @@ public class HlfyyyClient extends CommonHttpClient {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// WebService地址
|
|
|
|
|
private static final String METHOD_NAME = "saveBuyApplyInfo";
|
|
|
|
|
private static final String METHOD_NAME = "CallInterface";
|
|
|
|
|
|
|
|
|
|
// private static final String WSDL_URL = "http://192.168.158.208:8152/ZoesoftHipService.asmx?WSDL";
|
|
|
|
|
|
|
|
|
@ -2395,9 +2395,9 @@ public class HlfyyyClient extends CommonHttpClient {
|
|
|
|
|
options.setTo(targetEPR);
|
|
|
|
|
|
|
|
|
|
// 设置 SOAPAction
|
|
|
|
|
// options.setAction("http://tempuri.org/CallInterface"); // 添加这行
|
|
|
|
|
options.setAction("http://www.zoesoft.com.cn/CallInterface"); // 添加这行
|
|
|
|
|
// 或者使用空字符串
|
|
|
|
|
options.setAction("");
|
|
|
|
|
// options.setAction("");
|
|
|
|
|
|
|
|
|
|
// 设置超时时间(毫秒)
|
|
|
|
|
options.setTimeOutInMilliSeconds(30000);
|
|
|
|
|