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