public System.Threading.Tasks.Task <proServices.SpidInfo.GetSpidProductSpecsResponse> GetSpidProductSpecsAsync(string spMapId) { proServices.SpidInfo.GetSpidProductSpecsRequest inValue = new proServices.SpidInfo.GetSpidProductSpecsRequest(); inValue.Body = new proServices.SpidInfo.GetSpidProductSpecsRequestBody(); inValue.Body.spMapId = spMapId; return(((proServices.SpidInfo.SpidInfoSoap)(this)).GetSpidProductSpecsAsync(inValue)); }
public string GetSpidProductSpecs(string spMapId) { proServices.SpidInfo.GetSpidProductSpecsRequest inValue = new proServices.SpidInfo.GetSpidProductSpecsRequest(); inValue.Body = new proServices.SpidInfo.GetSpidProductSpecsRequestBody(); inValue.Body.spMapId = spMapId; proServices.SpidInfo.GetSpidProductSpecsResponse retVal = ((proServices.SpidInfo.SpidInfoSoap)(this)).GetSpidProductSpecs(inValue); return(retVal.Body.GetSpidProductSpecsResult); }
System.Threading.Tasks.Task <proServices.SpidInfo.GetSpidProductSpecsResponse> proServices.SpidInfo.SpidInfoSoap.GetSpidProductSpecsAsync(proServices.SpidInfo.GetSpidProductSpecsRequest request) { return(base.Channel.GetSpidProductSpecsAsync(request)); }
proServices.SpidInfo.GetSpidProductSpecsResponse proServices.SpidInfo.SpidInfoSoap.GetSpidProductSpecs(proServices.SpidInfo.GetSpidProductSpecsRequest request) { return(base.Channel.GetSpidProductSpecs(request)); }