Beispiel #1
0
 public byte[] ExcuteServiceForCom(byte[] data)
 {
     ConsoleApp1.Mobile.ExcuteServiceForComRequest inValue = new ConsoleApp1.Mobile.ExcuteServiceForComRequest();
     inValue.Body      = new ConsoleApp1.Mobile.ExcuteServiceForComRequestBody();
     inValue.Body.data = data;
     ConsoleApp1.Mobile.ExcuteServiceForComResponse retVal = ((ConsoleApp1.Mobile.MobileWebServiceSoap)(this)).ExcuteServiceForCom(inValue);
     return(retVal.Body.ExcuteServiceForComResult);
 }
Beispiel #2
0
 ConsoleApp1.Mobile.ExcuteServiceForComResponse ConsoleApp1.Mobile.MobileWebServiceSoap.ExcuteServiceForCom(ConsoleApp1.Mobile.ExcuteServiceForComRequest request)
 {
     return(base.Channel.ExcuteServiceForCom(request));
 }