Ascio Web Service v3

Class CustomerReferenceInfo

PropertyDescription
CreationDate
Status
HandleExample: "JD123"
ExternalId
Description
Extensions

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 customerReferenceInfoExtensions =  new Extensions(array($keyValue));

CustomerReferenceInfo customerReferenceInfo =  new CustomerReferenceInfo();
customerReferenceInfo.Handle = "JD123";
customerReferenceInfo.HandleSpecified = true;
customerReferenceInfo.ExternalId = "ExternalIdTest";
customerReferenceInfo.ExternalIdSpecified = true;
customerReferenceInfo.Description = "DescriptionTest";
customerReferenceInfo.DescriptionSpecified = true;
customerReferenceInfo.Extensions = customerReferenceInfoExtensions;
customerReferenceInfo.CreationDate = "CreationDateTest";
customerReferenceInfo.Status = "StatusTest";
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.