Esempio n. 1
0
 public bool StartSession(string username, string password)
 {
     ServiceTest.ServiceReference.StartSessionRequest inValue = new ServiceTest.ServiceReference.StartSessionRequest();
     inValue.Body          = new ServiceTest.ServiceReference.StartSessionRequestBody();
     inValue.Body.username = username;
     inValue.Body.password = password;
     ServiceTest.ServiceReference.StartSessionResponse retVal = ((ServiceTest.ServiceReference.WebInterfaceSoap)(this)).StartSession(inValue);
     return(retVal.Body.StartSessionResult);
 }
Esempio n. 2
0
 ServiceTest.ServiceReference.StartSessionResponse ServiceTest.ServiceReference.WebInterfaceSoap.StartSession(ServiceTest.ServiceReference.StartSessionRequest request)
 {
     return(base.Channel.StartSession(request));
 }