示例#1
0
 public string GetBDCConfig(string paramaters) {
     FCInterfaceData.ConfigSOAP.GetBDCConfigRequest inValue = new FCInterfaceData.ConfigSOAP.GetBDCConfigRequest();
     inValue.Body = new FCInterfaceData.ConfigSOAP.GetBDCConfigRequestBody();
     inValue.Body.paramaters = paramaters;
     FCInterfaceData.ConfigSOAP.GetBDCConfigResponse retVal = ((FCInterfaceData.ConfigSOAP.GetConfigSoap)(this)).GetBDCConfig(inValue);
     return retVal.Body.GetBDCConfigResult;
 }
示例#2
0
 FCInterfaceData.ConfigSOAP.GetBDCConfigResponse FCInterfaceData.ConfigSOAP.GetConfigSoap.GetBDCConfig(FCInterfaceData.ConfigSOAP.GetBDCConfigRequest request) {
     return base.Channel.GetBDCConfig(request);
 }