Example #1
0
 public System.Threading.Tasks.Task <Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserResponse> GetUserAsync(Ruanmou.SOA.UnitTestProject.MyWebServiceTest.CustomSoapHeader CustomSoapHeader, int id)
 {
     Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserRequest inValue = new Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserRequest();
     inValue.CustomSoapHeader = CustomSoapHeader;
     inValue.id = id;
     return(((Ruanmou.SOA.UnitTestProject.MyWebServiceTest.MyWebServiceSoap)(this)).GetUserAsync(inValue));
 }
Example #2
0
 public Ruanmou.SOA.UnitTestProject.MyWebServiceTest.UserInfo GetUser(Ruanmou.SOA.UnitTestProject.MyWebServiceTest.CustomSoapHeader CustomSoapHeader, int id)
 {
     Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserRequest inValue = new Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserRequest();
     inValue.CustomSoapHeader = CustomSoapHeader;
     inValue.id = id;
     Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserResponse retVal = ((Ruanmou.SOA.UnitTestProject.MyWebServiceTest.MyWebServiceSoap)(this)).GetUser(inValue);
     return(retVal.GetUserResult);
 }
Example #3
0
 System.Threading.Tasks.Task <Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserResponse> Ruanmou.SOA.UnitTestProject.MyWebServiceTest.MyWebServiceSoap.GetUserAsync(Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserRequest request)
 {
     return(base.Channel.GetUserAsync(request));
 }
Example #4
0
 Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserResponse Ruanmou.SOA.UnitTestProject.MyWebServiceTest.MyWebServiceSoap.GetUser(Ruanmou.SOA.UnitTestProject.MyWebServiceTest.GetUserRequest request)
 {
     return(base.Channel.GetUser(request));
 }