public StockExchangeWeb.StockExchangeService.Portfolio[] GetAllPortfolios(StockExchangeWeb.StockExchangeService.AuthSoapHd AuthSoapHd, string userName)
 {
     StockExchangeWeb.StockExchangeService.GetAllPortfoliosRequest inValue = new StockExchangeWeb.StockExchangeService.GetAllPortfoliosRequest();
     inValue.AuthSoapHd = AuthSoapHd;
     inValue.userName   = userName;
     StockExchangeWeb.StockExchangeService.GetAllPortfoliosResponse retVal = ((StockExchangeWeb.StockExchangeService.StockExchangeServiceSoap)(this)).GetAllPortfolios(inValue);
     return(retVal.GetAllPortfoliosResult);
 }
 StockExchangeWeb.StockExchangeService.GetAllPortfoliosResponse StockExchangeWeb.StockExchangeService.StockExchangeServiceSoap.GetAllPortfolios(StockExchangeWeb.StockExchangeService.GetAllPortfoliosRequest request)
 {
     return(base.Channel.GetAllPortfolios(request));
 }