Ascio Web Service v3
Class GetMarkResponse
Property | Description |
---|---|
GetMarkResult | |
MarkInfo | |
ResultCode | Example: 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 GetMarkResponseExample {
public static GetMarkResponse main() {
Registrant owner = new Registrant();
owner.setFirstName("John");
owner.setLastName("Doe");
owner.setOrgName("Ascio");
owner.setAddress1("Address1Test");
owner.setAddress2("Address2Test");
owner.setCity("CityTest");
owner.setState("StateTest");
owner.setPostalCode("888349");
owner.setCountryCode("DK");
owner.setPhone("+45.123456789");
owner.setFax("+45.987654321");
owner.setEmail("administrator@ascio-test-domain.com");
owner.setType("owner");
owner.setDetails("DetailsTest");
owner.setOrganisationNumber("OrganisationNumberTest");
owner.setVatNumber("VatNumberTest");
owner.setNexusCategory("NexusCategoryTest");
KeyValue keyValue = new KeyValue();
keyValue.setKey("Title");
keyValue.setValue("Mr.");
ExtensionsKeyValue resellerExtensions[] = new ExtensionsKeyValue[]{keyValue};
resellerExtensions[0].setKey("Title");
resellerExtensions[0].setValue("Mrs.");
Contact reseller = new Contact();
reseller.setFirstName("John");
reseller.setLastName("Doe");
reseller.setOrgName("Ascio");
reseller.setAddress1("Address1Test");
reseller.setAddress2("Address2Test");
reseller.setCity("CityTest");
reseller.setState("StateTest");
reseller.setPostalCode("888349");
reseller.setCountryCode("DK");
reseller.setPhone("+45.123456789");
reseller.setFax("+45.987654321");
reseller.setEmail("administrator@ascio-test-domain.com");
reseller.setType("owner");
reseller.setDetails("DetailsTest");
reseller.setOrganisationNumber("OrganisationNumberTest");
reseller.setExtensions(resellerExtensions);
KeyValue keyValue = new KeyValue();
keyValue.setKey("Title");
keyValue.setValue("Mr.");
ExtensionsKeyValue markExtensions[] = new ExtensionsKeyValue[]{keyValue};
TreatyOrStatuteMark mark = new TreatyOrStatuteMark();
mark.setHandle("JD123");
mark.setMarkName("MarkNameTest");
mark.setMarkId("MarkIdTest");
mark.setAuthInfo("X4FF!zu");
mark.setServiceType(MarkServiceType.Standard);
mark.setGoodsAndServicesDescription("GoodsAndServicesDescriptionTest");
mark.setLabels(new String[]{
});
mark.setClaimEmailNotification1("ClaimEmailNotification1Test");
mark.setClaimEmailNotification2("ClaimEmailNotification2Test");
mark.setClaimEmailNotification3("ClaimEmailNotification3Test");
mark.setClaimEmailNotification4("ClaimEmailNotification4Test");
mark.setClaimEmailNotification5("ClaimEmailNotification5Test");
mark.setNotificationFrequency(NotificationFrequencyType.Daily);
mark.setOwner(owner);
mark.setReseller(reseller);
mark.setExtensions(markExtensions);
mark.setObjectComment("Example Object Comment");
mark.setTitle("TitleTest");
mark.setReferenceNumber("ReferenceNumberTest");
mark.setCountry("DK");
mark.setRegion("RegionTest");
mark.setProtectionDate(Calendar.getInstance());
mark.setExecutionDate(Calendar.getInstance());
Ascio Handle of the mark objectName of the markExact description of the goods and services for which a registered trademark is protectedList of domain names without its TLD extension)Mark HolderMark ResellerTitle of statute or treatyReference number of the markCountry in which the mark was granted protectionRegion in which the mark was granted protectionThe date of protection of the markDate of execution of the statute or treaty
KeyValue keyValue = new KeyValue();
keyValue.setKey("Title");
keyValue.setValue("Mr.");
ExtensionsKeyValue customerReferenceExtensions[] = new ExtensionsKeyValue[]{keyValue};
CustomerReferenceInfo customerReference = new CustomerReferenceInfo();
customerReference.setHandle("JD123");
customerReference.setExternalId("ExternalIdTest");
customerReference.setDescription("DescriptionTest");
customerReference.setExtensions(customerReferenceExtensions);
customerReference.setCreationDate(Calendar.getInstance());
customerReference.setStatus("StatusTest");
MarkInfo markInfo = new MarkInfo();
markInfo.setStatus("StatusTest");
markInfo.setCreated(Calendar.getInstance());
markInfo.setExpires(Calendar.getInstance());
markInfo.setMark(mark);
markInfo.setSmd("SmdTest");
markInfo.setCustomerReference(customerReference);
GetMarkResponse getMarkResponse = new GetMarkResponse();
getMarkResponse.setResultCode(1);
getMarkResponse.setResultMessage("ResultMessageTest");
getMarkResponse.setErrors(new String[]{
});
getMarkResponse.setMarkInfo(markInfo);
return getMarkResponse;package ascio.v3.examples;
import java.util.Calendar;
import com.ascio.www._2013._02.*;
public class GetMarkResponseExample {
public static GetMarkResponse main() {
Registrant owner = new Registrant();
owner.setFirstName("John");
owner.setLastName("Doe");
owner.setOrgName("Ascio");
owner.setAddress1("Address1Test");
owner.setAddress2("Address2Test");
owner.setCity("CityTest");
owner.setState("StateTest");
owner.setPostalCode("888349");
owner.setCountryCode("DK");
owner.setPhone("+45.123456789");
owner.setFax("+45.987654321");
owner.setEmail("administrator@ascio-test-domain.com");
owner.setType("owner");
owner.setDetails("DetailsTest");
owner.setOrganisationNumber("OrganisationNumberTest");
owner.setVatNumber("VatNumberTest");
owner.setNexusCategory("NexusCategoryTest");
KeyValue keyValue = new KeyValue();
keyValue.setKey("Title");
keyValue.setValue("Mr.");
ExtensionsKeyValue resellerExtensions[] = new ExtensionsKeyValue[]{keyValue};
resellerExtensions[0].setKey("Title");
resellerExtensions[0].setValue("Mrs.");
Contact reseller = new Contact();
reseller.setFirstName("John");
reseller.setLastName("Doe");
reseller.setOrgName("Ascio");
reseller.setAddress1("Address1Test");
reseller.setAddress2("Address2Test");
reseller.setCity("CityTest");
reseller.setState("StateTest");
reseller.setPostalCode("888349");
reseller.setCountryCode("DK");
reseller.setPhone("+45.123456789");
reseller.setFax("+45.987654321");
reseller.setEmail("administrator@ascio-test-domain.com");
reseller.setType("owner");
reseller.setDetails("DetailsTest");
reseller.setOrganisationNumber("OrganisationNumberTest");
reseller.setExtensions(resellerExtensions);
KeyValue keyValue = new KeyValue();
keyValue.setKey("Title");
keyValue.setValue("Mr.");
ExtensionsKeyValue markExtensions[] = new ExtensionsKeyValue[]{keyValue};
TreatyOrStatuteMark mark = new TreatyOrStatuteMark();
mark.setHandle("JD123");
mark.setMarkName("MarkNameTest");
mark.setMarkId("MarkIdTest");
mark.setAuthInfo("X4FF!zu");
mark.setServiceType(MarkServiceType.Standard);
mark.setGoodsAndServicesDescription("GoodsAndServicesDescriptionTest");
mark.setLabels(new String[]{
});
mark.setClaimEmailNotification1("ClaimEmailNotification1Test");
mark.setClaimEmailNotification2("ClaimEmailNotification2Test");
mark.setClaimEmailNotification3("ClaimEmailNotification3Test");
mark.setClaimEmailNotification4("ClaimEmailNotification4Test");
mark.setClaimEmailNotification5("ClaimEmailNotification5Test");
mark.setNotificationFrequency(NotificationFrequencyType.Daily);
mark.setOwner(owner);
mark.setReseller(reseller);
mark.setExtensions(markExtensions);
mark.setObjectComment("Example Object Comment");
mark.setTitle("TitleTest");
mark.setReferenceNumber("ReferenceNumberTest");
mark.setCountry("DK");
mark.setRegion("RegionTest");
mark.setProtectionDate(Calendar.getInstance());
mark.setExecutionDate(Calendar.getInstance());
KeyValue keyValue = new KeyValue();
keyValue.setKey("Title");
keyValue.setValue("Mr.");
ExtensionsKeyValue customerReferenceExtensions[] = new ExtensionsKeyValue[]{keyValue};
CustomerReferenceInfo customerReference = new CustomerReferenceInfo();
customerReference.setHandle("JD123");
customerReference.setExternalId("ExternalIdTest");
customerReference.setDescription("DescriptionTest");
customerReference.setExtensions(customerReferenceExtensions);
customerReference.setCreationDate(Calendar.getInstance());
customerReference.setStatus("StatusTest");
MarkInfo markInfo = new MarkInfo();
markInfo.setStatus("StatusTest");
markInfo.setCreated(Calendar.getInstance());
markInfo.setExpires(Calendar.getInstance());
markInfo.setMark(mark);
markInfo.setSmd("SmdTest");
markInfo.setCustomerReference(customerReference);
GetMarkResponse getMarkResponse = new GetMarkResponse();
getMarkResponse.setResultCode(1);
getMarkResponse.setResultMessage("ResultMessageTest");
getMarkResponse.setErrors(new String[]{
});
getMarkResponse.setMarkInfo(markInfo);
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.