Esempio n. 1
0
 public string SearhModulePosition(string m_tradId)
 {
     global::WebServiceTest.Service.SearhModulePositionRequest inValue = new global::WebServiceTest.Service.SearhModulePositionRequest();
     inValue.Body          = new global::WebServiceTest.Service.SearhModulePositionRequestBody();
     inValue.Body.m_tradId = m_tradId;
     global::WebServiceTest.Service.SearhModulePositionResponse retVal = ((global::WebServiceTest.Service.TradLevelSoap)(this)).SearhModulePosition(inValue);
     return(retVal.Body.SearhModulePositionResult);
 }
Esempio n. 2
0
 global::WebServiceTest.Service.SearhModulePositionResponse global::WebServiceTest.Service.TradLevelSoap.SearhModulePosition(global::WebServiceTest.Service.SearhModulePositionRequest request)
 {
     return(base.Channel.SearhModulePosition(request));
 }