Ascio Web Service v3

Class ArrayOfPrices

Property
PriceInfo
package ascio.v3.examples;
import java.util.Calendar;
import com.ascio.www._2013._02.*;

public class ArrayOfPricesExample {
	public static ArrayOfPrices main() {
		
		Product product =  new Product();
		product.setProductName("ProductNameTest");
		product.setObjectType(ObjectType.DomainType);
		product.setOrderType(OrderType.Register);
		product.setTld("TldTest");
		product.setTldCountry("TldCountryTest");
		product.setPeriod(1);
		product.setNote("NoteTest");

		PriceInfo priceInfo =  new PriceInfo();
		priceInfo.setProduct(product);
		priceInfo.setPrice("PriceTest");
		priceInfo.setValidFrom(Calendar.getInstance());
		priceInfo.setValidTo(Calendar.getInstance());

		ArrayOfPricesPriceInfo arrayOfPrices[] =  new ArrayOfPricesPriceInfo[]{priceInfo};
		return arrayOfPrices;package ascio.v3.examples;
import java.util.Calendar;
import com.ascio.www._2013._02.*;

public class ArrayOfPricesExample {
	public static ArrayOfPrices main() {
		
		Product product =  new Product();
		product.setProductName("ProductNameTest");
		product.setObjectType(ObjectType.DomainType);
		product.setOrderType(OrderType.Register);
		product.setTld("TldTest");
		product.setTldCountry("TldCountryTest");
		product.setPeriod(1);
		product.setNote("NoteTest");

		PriceInfo priceInfo =  new PriceInfo();
		priceInfo.setProduct(product);
		priceInfo.setPrice("PriceTest");
		priceInfo.setValidFrom(Calendar.getInstance());
		priceInfo.setValidTo(Calendar.getInstance());

		ArrayOfPricesPriceInfo arrayOfPrices[] =  new ArrayOfPricesPriceInfo[]{priceInfo};
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.