Ascio Web Service v3
Enumeration ObjectType
Property | Description |
---|---|
DomainType | |
DefensiveType | |
MarkType | |
NameWatchType | |
SslCertificateType | |
LocalPresence | Example: false |
PrivacyProxy | |
MarkExtendedService | |
SanSsl |
package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class ObjectTypeExample {
public static ObjectType main() {
ObjectType objectType = new ObjectType();
objectType.setDomainType(.DomainType);
objectType.setDefensiveType(.DefensiveType);
objectType.setMarkType(.MarkType);
objectType.setNameWatchType(.NameWatchType);
objectType.setSslCertificateType(.SslCertificateType);
objectType.setLocalPresence(.LocalPresence);
objectType.setPrivacyProxy(.PrivacyProxy);
objectType.setMarkExtendedService(.MarkExtendedService);
objectType.setSanSsl(.SanSsl);
return objectType;package ascio.v3.examples;
import com.ascio.www._2013._02.*;
public class ObjectTypeExample {
public static ObjectType main() {
ObjectType objectType = new ObjectType();
objectType.setDomainType(.DomainType);
objectType.setDefensiveType(.DefensiveType);
objectType.setMarkType(.MarkType);
objectType.setNameWatchType(.NameWatchType);
objectType.setSslCertificateType(.SslCertificateType);
objectType.setLocalPresence(.LocalPresence);
objectType.setPrivacyProxy(.PrivacyProxy);
objectType.setMarkExtendedService(.MarkExtendedService);
objectType.setSanSsl(.SanSsl);
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.