|
|
@ -4,9 +4,11 @@
|
|
|
|
// Source File Name: CallEasServices.java
|
|
|
|
// Source File Name: CallEasServices.java
|
|
|
|
package com.weaver.seconddev.interfaces.easoa;
|
|
|
|
package com.weaver.seconddev.interfaces.easoa;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.weaver.seconddev.interfaces.prop.ConfigProp;
|
|
|
|
import org.apache.axis2.transport.http.HttpTransportProperties;
|
|
|
|
import org.apache.axis2.transport.http.HttpTransportProperties;
|
|
|
|
import com.weaver.seconddev.interfaces.easoa.SI_HTOAPayControl_OUTServiceStub.*;
|
|
|
|
import com.weaver.seconddev.interfaces.easoa.SI_HTOAPayControl_OUTServiceStub.*;
|
|
|
|
import com.weaver.common.i18n.tool.util.I18nContextUtil;
|
|
|
|
import com.weaver.common.i18n.tool.util.I18nContextUtil;
|
|
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.core.env.Environment;
|
|
|
|
import org.springframework.core.env.Environment;
|
|
|
|
import java.lang.*;
|
|
|
|
import java.lang.*;
|
|
|
|
import org.slf4j.Logger;
|
|
|
|
import org.slf4j.Logger;
|
|
|
@ -17,17 +19,21 @@ import com.weaver.verupgrade.general.Util;
|
|
|
|
// Referenced classes of package com.weaver.seconddev.interfaces.easoa:
|
|
|
|
// Referenced classes of package com.weaver.seconddev.interfaces.easoa:
|
|
|
|
// CallEasServices
|
|
|
|
// CallEasServices
|
|
|
|
public class CallEasServices extends BaseBean {
|
|
|
|
public class CallEasServices extends BaseBean {
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
|
|
|
|
private ConfigProp configProp;
|
|
|
|
private static final org.slf4j.Logger logger_814f159c = LoggerFactory.getLogger(CallEasServices.class);
|
|
|
|
private static final org.slf4j.Logger logger_814f159c = LoggerFactory.getLogger(CallEasServices.class);
|
|
|
|
|
|
|
|
|
|
|
|
// private static String url = "http://10.6.2.35:7001/easws/services/PayControlService?wsdl";
|
|
|
|
// private static String url = "http://10.6.2.35:7001/easws/services/PayControlService?wsdl";
|
|
|
|
// private static String url = "http://10.6.34.83:8080/easws/services/PayControlService?wsdl";
|
|
|
|
// private static String url = "http://10.6.34.83:8080/easws/services/PayControlService?wsdl";
|
|
|
|
private String url = Util.null2String(I18nContextUtil.getBean(Environment.class).getProperty("hteasoasync.url")).trim();
|
|
|
|
// private String url = Util.null2String(I18nContextUtil.getBean(Environment.class).getProperty("hteasoasync.url")).trim();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private String url =configProp.getUrl();
|
|
|
|
// private String url = "http://sappod.hengtong.com:50000/XISOAPAdapter/MessageServlet?senderParty=&senderService=BS_OA&receiverParty=&receiverService=&interface=SI_HTOAPayControl_OUT&interfaceNamespace=http://hengtong.com/OA/HTOAPayControl";
|
|
|
|
// private String url = "http://sappod.hengtong.com:50000/XISOAPAdapter/MessageServlet?senderParty=&senderService=BS_OA&receiverParty=&receiverService=&interface=SI_HTOAPayControl_OUT&interfaceNamespace=http://hengtong.com/OA/HTOAPayControl";
|
|
|
|
public CallEasServices() {
|
|
|
|
public CallEasServices() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 获取上线公司信息 提交OA流程requestId:1362923
|
|
|
|
* 获取上线公司信息 提交OA流程requestId:1362923
|
|
|
|
* @return
|
|
|
|
* @return
|
|
|
|