Ascio Web Service v3

Class ArrayOfFuturePrices

Property
FuturePriceInfo
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";

Product product =  new Product();
product.ProductName = "ProductNameTest";
product.ObjectType = ObjectType.DomainType;
product.ObjectTypeSpecified = true;
product.OrderType = OrderType.Register;
product.OrderTypeSpecified = true;
product.Tld = "TldTest";
product.TldCountry = "TldCountryTest";
product.Period = 1;
product.Note = "NoteTest";

FuturePriceInfo futurePriceInfo =  new FuturePriceInfo();
futurePriceInfo.Product = product;
futurePriceInfo.Price = "PriceTest";
futurePriceInfo.ValidFrom = new \DateTime();
futurePriceInfo.ValidFromSpecified = true;
futurePriceInfo.ValidTo = new \DateTime();
futurePriceInfo.ValidToSpecified = true;
futurePriceInfo.CurrentPrice = "CurrentPriceTest";

ArrayOfFuturePrices arrayOfFuturePrices =  new ArrayOfFuturePrices(array($futurePriceInfo));
WSDL for AWS v3
https://aws.demo.ascio.com/v3/aws.wsdl (OTE)
https://aws.ascio.com/v3/aws.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.