Ascio Web Service v3
Class ObjectInfo
Property | Description |
---|---|
Handle | Example: "JD123" |
ObjectName | |
ObjectType | |
Status | |
Created | |
Expires |
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
ObjectInfo objectInfo = new ObjectInfo();
objectInfo.Handle = "JD123";
objectInfo.HandleSpecified = true;
objectInfo.ObjectName = "ObjectNameTest";
objectInfo.ObjectNameSpecified = true;
objectInfo.ObjectType = "ObjectTypeTest";
objectInfo.ObjectTypeSpecified = true;
objectInfo.Status = "StatusTest";
objectInfo.StatusSpecified = true;
objectInfo.Created = "CreatedTest";
objectInfo.Expires = "ExpiresTest";
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.