Ascio Web Service v3
Class Product
Property | Description |
---|---|
ProductName | |
ObjectType | |
OrderType | |
Tld | |
TldCountry | |
Period | Example: 1 |
Note |
package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class ProductExample {
public static Product 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");
return product;package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class ProductExample {
public static Product 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");
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.
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.