Example #1
0
 public bool RegisterSetup(string version, string installationId, string setupDescriptionXml, string exception)
 {
     Composite.Core.WebClient.Setup.WebServiceClient.RegisterSetupRequest inValue = new Composite.Core.WebClient.Setup.WebServiceClient.RegisterSetupRequest();
     inValue.Body                     = new Composite.Core.WebClient.Setup.WebServiceClient.RegisterSetupRequestBody();
     inValue.Body.version             = version;
     inValue.Body.installationId      = installationId;
     inValue.Body.setupDescriptionXml = setupDescriptionXml;
     inValue.Body.exception           = exception;
     Composite.Core.WebClient.Setup.WebServiceClient.RegisterSetupResponse retVal = ((Composite.Core.WebClient.Setup.WebServiceClient.SetupSoap)(this)).RegisterSetup(inValue);
     return(retVal.Body.RegisterSetupResult);
 }
Example #2
0
 Composite.Core.WebClient.Setup.WebServiceClient.RegisterSetupResponse Composite.Core.WebClient.Setup.WebServiceClient.SetupSoap.RegisterSetup(Composite.Core.WebClient.Setup.WebServiceClient.RegisterSetupRequest request)
 {
     return(base.Channel.RegisterSetup(request));
 }