예제 #1
0
 public System.Xml.XmlElement GetAttributesAssortmentByConnectorID(int connectorID)
 {
     MagentoTest.ConcentratorConcentService.GetAttributesAssortmentByConnectorIDRequest inValue = new MagentoTest.ConcentratorConcentService.GetAttributesAssortmentByConnectorIDRequest();
     inValue.Body             = new MagentoTest.ConcentratorConcentService.GetAttributesAssortmentByConnectorIDRequestBody();
     inValue.Body.connectorID = connectorID;
     MagentoTest.ConcentratorConcentService.GetAttributesAssortmentByConnectorIDResponse retVal = ((MagentoTest.ConcentratorConcentService.SpiderServiceSoap)(this)).GetAttributesAssortmentByConnectorID(inValue);
     return(retVal.Body.GetAttributesAssortmentByConnectorIDResult);
 }
예제 #2
0
 MagentoTest.ConcentratorConcentService.GetAttributesAssortmentByConnectorIDResponse MagentoTest.ConcentratorConcentService.SpiderServiceSoap.GetAttributesAssortmentByConnectorID(MagentoTest.ConcentratorConcentService.GetAttributesAssortmentByConnectorIDRequest request)
 {
     return(base.Channel.GetAttributesAssortmentByConnectorID(request));
 }