Ascio Web Service v3

Class GetPricesResponse

PropertyDescription
GetPricesResult
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 GetPricesResponseExample {
	public static GetPricesResponse 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 prices[] =  new ArrayOfPricesPriceInfo[]{priceInfo};

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

public class GetPricesResponseExample {
	public static GetPricesResponse 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 prices[] =  new ArrayOfPricesPriceInfo[]{priceInfo};

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