Ascio Web Service v3

Class NameWatchOrderRequest

PropertyDescription
NameWatch
TypeExample: "owner"
PeriodExample: 1
TransactionComment
CommentsExample: "RegistrarTag"
Documentation
Options

Used in Classes

AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";

KeyValue keyValue =  new KeyValue();
keyValue.Key = "Title";
keyValue.KeySpecified = true;
keyValue.Value = "Mr.";
keyValue.ValueSpecified = true;

Extensions ownerExtensions =  new Extensions(array($keyValue));

Registrant owner =  new Registrant();
owner.FirstName = "John";
owner.FirstNameSpecified = true;
owner.LastName = "Doe";
owner.LastNameSpecified = true;
owner.OrgName = "Ascio";
owner.OrgNameSpecified = true;
owner.Address1 = "Address1Test";
owner.Address1Specified = true;
owner.Address2 = "Address2Test";
owner.Address2Specified = true;
owner.City = "CityTest";
owner.CitySpecified = true;
owner.State = "StateTest";
owner.StateSpecified = true;
owner.PostalCode = "888349";
owner.PostalCodeSpecified = true;
owner.CountryCode = "DK";
owner.CountryCodeSpecified = true;
owner.Phone = "+45.123456789";
owner.PhoneSpecified = true;
owner.Fax = "+45.987654321";
owner.FaxSpecified = true;
owner.Email = "administrator@ascio-test-domain.com"
owner.Type = "owner";
owner.TypeSpecified = true;
owner.Details = "DetailsTest";
owner.DetailsSpecified = true;
owner.OrganisationNumber = "OrganisationNumberTest";
owner.OrganisationNumberSpecified = true;
owner.Extensions = ownerExtensions;
owner.VatNumber = "VatNumberTest";
owner.VatNumberSpecified = true;
owner.NexusCategory = "NexusCategoryTest";
owner.NexusCategorySpecified = true;

KeyValue keyValue =  new KeyValue();
keyValue.Key = "Title";
keyValue.KeySpecified = true;
keyValue.Value = "Mr.";
keyValue.ValueSpecified = true;

Extensions resellerExtensions =  new Extensions({(
		new KeyValue("Title", "Mrs.")
		}
	);

Contact reseller =  new Contact();
reseller.FirstName = "John";
reseller.FirstNameSpecified = true;
reseller.LastName = "Doe";
reseller.LastNameSpecified = true;
reseller.OrgName = "Ascio";
reseller.OrgNameSpecified = true;
reseller.Address1 = "Address1Test";
reseller.Address1Specified = true;
reseller.Address2 = "Address2Test";
reseller.Address2Specified = true;
reseller.City = "CityTest";
reseller.CitySpecified = true;
reseller.State = "StateTest";
reseller.StateSpecified = true;
reseller.PostalCode = "888349";
reseller.PostalCodeSpecified = true;
reseller.CountryCode = "DK";
reseller.CountryCodeSpecified = true;
reseller.Phone = "+45.123456789";
reseller.PhoneSpecified = true;
reseller.Fax = "+45.987654321";
reseller.FaxSpecified = true;
reseller.Email = "administrator@ascio-test-domain.com"
reseller.Type = "owner";
reseller.TypeSpecified = true;
reseller.Details = "DetailsTest";
reseller.DetailsSpecified = true;
reseller.OrganisationNumber = "OrganisationNumberTest";
reseller.OrganisationNumberSpecified = true;
reseller.Extensions = resellerExtensions;

NameWatch nameWatch =  new NameWatch();
nameWatch.Handle = "JD123";
nameWatch.HandleSpecified = true;
nameWatch.Name = "ascio-is-great.com";
nameWatch.NameSpecified = true;
nameWatch.NotificationFrequency = NotificationFrequencyType.Daily;
nameWatch.NotificationFrequencySpecified = true;
nameWatch.Tier = 1;
nameWatch.TierSpecified = true;
nameWatch.EmailNotification1 = "EmailNotification1Test";
nameWatch.EmailNotification1Specified = true;
nameWatch.EmailNotification2 = "EmailNotification2Test";
nameWatch.EmailNotification2Specified = true;
nameWatch.EmailNotification3 = "EmailNotification3Test";
nameWatch.EmailNotification3Specified = true;
nameWatch.EmailNotification4 = "EmailNotification4Test";
nameWatch.EmailNotification4Specified = true;
nameWatch.EmailNotification5 = "EmailNotification5Test";
nameWatch.EmailNotification5Specified = true;
nameWatch.Owner = owner;
nameWatch.Reseller = reseller;
nameWatch.ObjectComment = "Example Object Comment";
nameWatch.ObjectCommentSpecified = true;

NameWatchOrderRequest nameWatchOrderRequest =  new NameWatchOrderRequest();
nameWatchOrderRequest.Type = OrderType.Register;
nameWatchOrderRequest.TypeSpecified = true;
nameWatchOrderRequest.Period = 1;
nameWatchOrderRequest.PeriodSpecified = true;
nameWatchOrderRequest.TransactionComment = "TransactionCommentTest";
nameWatchOrderRequest.TransactionCommentSpecified = true;
nameWatchOrderRequest.Comments = "RegistrarTag";
nameWatchOrderRequest.CommentsSpecified = true;
nameWatchOrderRequest.Documentation = "DocumentationTest";
nameWatchOrderRequest.DocumentationSpecified = true;
nameWatchOrderRequest.Options = "OptionsTest";
nameWatchOrderRequest.OptionsSpecified = true;
nameWatchOrderRequest.NameWatch = nameWatch;
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.