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); }
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)); }
public GetWebServiceUrlRequestBody(Com.WaitWha.Checkmarx.CxWSResolver.CxClientType ClientType, int APIVersion) { this.ClientType = ClientType; this.APIVersion = APIVersion; }