Пример #1
0
 public string SearhModulePosition(string m_tradId)
 {
     WebServiceTest.Service.SearhModulePositionRequest inValue = new WebServiceTest.Service.SearhModulePositionRequest();
     inValue.Body          = new WebServiceTest.Service.SearhModulePositionRequestBody();
     inValue.Body.m_tradId = m_tradId;
     WebServiceTest.Service.SearhModulePositionResponse retVal = ((WebServiceTest.Service.TradLevelSoap)(this)).SearhModulePosition(inValue);
     return(retVal.Body.SearhModulePositionResult);
 }
Пример #2
0
 WebServiceTest.Service.SearhModulePositionResponse WebServiceTest.Service.TradLevelSoap.SearhModulePosition(WebServiceTest.Service.SearhModulePositionRequest request)
 {
     return(base.Channel.SearhModulePosition(request));
 }