Exemple #1
0
 public Com.WaitWha.Checkmarx.CxWSResolver.CxWSResponseDiscovery GetWebServiceUrl(Com.WaitWha.Checkmarx.CxWSResolver.CxClientType ClientType, int APIVersion)
 {
     Com.WaitWha.Checkmarx.CxWSResolver.GetWebServiceUrlRequest inValue = new Com.WaitWha.Checkmarx.CxWSResolver.GetWebServiceUrlRequest();
     inValue.Body            = new Com.WaitWha.Checkmarx.CxWSResolver.GetWebServiceUrlRequestBody();
     inValue.Body.ClientType = ClientType;
     inValue.Body.APIVersion = APIVersion;
     Com.WaitWha.Checkmarx.CxWSResolver.GetWebServiceUrlResponse retVal = ((Com.WaitWha.Checkmarx.CxWSResolver.CxWSResolverSoap)(this)).GetWebServiceUrl(inValue);
     return(retVal.Body.GetWebServiceUrlResult);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <Com.WaitWha.Checkmarx.CxWSResolver.GetWebServiceUrlResponse> GetWebServiceUrlAsync(Com.WaitWha.Checkmarx.CxWSResolver.CxClientType ClientType, int APIVersion)
 {
     Com.WaitWha.Checkmarx.CxWSResolver.GetWebServiceUrlRequest inValue = new Com.WaitWha.Checkmarx.CxWSResolver.GetWebServiceUrlRequest();
     inValue.Body            = new Com.WaitWha.Checkmarx.CxWSResolver.GetWebServiceUrlRequestBody();
     inValue.Body.ClientType = ClientType;
     inValue.Body.APIVersion = APIVersion;
     return(((Com.WaitWha.Checkmarx.CxWSResolver.CxWSResolverSoap)(this)).GetWebServiceUrlAsync(inValue));
 }
Exemple #3
0
 public GetWebServiceUrlRequestBody(Com.WaitWha.Checkmarx.CxWSResolver.CxClientType ClientType, int APIVersion)
 {
     this.ClientType = ClientType;
     this.APIVersion = APIVersion;
 }