Ascio Web Service v3

Class GetFuturePricesResponse

PropertyDescription
GetFuturePricesResult
TotalCountExample: 1
Currency
Prices
ResultCodeExample: 1
ResultMessage
Errors

Used in Classes

Used in examples

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

public class GetFuturePricesResponseExample {
	public static GetFuturePricesResponse 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");

		FuturePriceInfo futurePriceInfo =  new FuturePriceInfo();
		futurePriceInfo.setProduct(product);
		futurePriceInfo.setPrice("PriceTest");
		futurePriceInfo.setValidFrom(Calendar.getInstance());
		futurePriceInfo.setValidTo(Calendar.getInstance());
		futurePriceInfo.setCurrentPrice("CurrentPriceTest");

		ArrayOfFuturePricesFuturePriceInfo prices[] =  new ArrayOfFuturePricesFuturePriceInfo[]{futurePriceInfo};

		GetFuturePricesResponse getFuturePricesResponse =  new GetFuturePricesResponse();
		getFuturePricesResponse.setResultCode(1);
		getFuturePricesResponse.setResultMessage("ResultMessageTest");
		getFuturePricesResponse.setErrors(new String[]{
		});
		getFuturePricesResponse.setTotalCount(1);
		getFuturePricesResponse.setCurrency("CurrencyTest");
		getFuturePricesResponse.setPrices(prices);
		return getFuturePricesResponse;package ascio.v3.examples;
import java.util.Calendar;
import com.ascio.www._2013._02.*;

public class GetFuturePricesResponseExample {
	public static GetFuturePricesResponse 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");

		FuturePriceInfo futurePriceInfo =  new FuturePriceInfo();
		futurePriceInfo.setProduct(product);
		futurePriceInfo.setPrice("PriceTest");
		futurePriceInfo.setValidFrom(Calendar.getInstance());
		futurePriceInfo.setValidTo(Calendar.getInstance());
		futurePriceInfo.setCurrentPrice("CurrentPriceTest");

		ArrayOfFuturePricesFuturePriceInfo prices[] =  new ArrayOfFuturePricesFuturePriceInfo[]{futurePriceInfo};

		GetFuturePricesResponse getFuturePricesResponse =  new GetFuturePricesResponse();
		getFuturePricesResponse.setResultCode(1);
		getFuturePricesResponse.setResultMessage("ResultMessageTest");
		getFuturePricesResponse.setErrors(new String[]{
		});
		getFuturePricesResponse.setTotalCount(1);
		getFuturePricesResponse.setCurrency("CurrencyTest");
		getFuturePricesResponse.setPrices(prices);
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.