Exemple #1
0
 public System.Threading.Tasks.Task <CxApiResolver.GetWebServiceUrlResponse> GetWebServiceUrlAsync(CxApiResolver.CxClientType ClientType, int APIVersion)
 {
     CxApiResolver.GetWebServiceUrlRequest inValue = new CxApiResolver.GetWebServiceUrlRequest();
     inValue.Body            = new CxApiResolver.GetWebServiceUrlRequestBody();
     inValue.Body.ClientType = ClientType;
     inValue.Body.APIVersion = APIVersion;
     return(((CxApiResolver.CxWSResolverSoap)(this)).GetWebServiceUrlAsync(inValue));
 }
Exemple #2
0
 public GetWebServiceUrlRequestBody(CxApiResolver.CxClientType ClientType, int APIVersion)
 {
     this.ClientType = ClientType;
     this.APIVersion = APIVersion;
 }