Пример #1
0
 public object XmlRouter(string strUrl, string strData)
 {
     AuthenticationChecker.LDAPAuthenticationService.XmlRouterRequest inValue = new AuthenticationChecker.LDAPAuthenticationService.XmlRouterRequest();
     inValue.Body         = new AuthenticationChecker.LDAPAuthenticationService.XmlRouterRequestBody();
     inValue.Body.strUrl  = strUrl;
     inValue.Body.strData = strData;
     AuthenticationChecker.LDAPAuthenticationService.XmlRouterResponse retVal = ((AuthenticationChecker.LDAPAuthenticationService.ServicesSoap)(this)).XmlRouter(inValue);
     return(retVal.Body.XmlRouterResult);
 }
Пример #2
0
 AuthenticationChecker.LDAPAuthenticationService.XmlRouterResponse AuthenticationChecker.LDAPAuthenticationService.ServicesSoap.XmlRouter(AuthenticationChecker.LDAPAuthenticationService.XmlRouterRequest request)
 {
     return(base.Channel.XmlRouter(request));
 }