CARVIEW |
Select Language
HTTP/1.1 200 OK
Server: nginx
Date: Thu, 17 Jul 2025 04:52:06 GMT
Content-Type: text/html;charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
X-XQuery-Cached: true
Set-Cookie: JSESSIONID=node0k6wwst3v7ej910gljnqp9m26q966584.node0; Path=/exist
Expires: Thu, 01 Jan 1970 00:00:00 GMT
Content-Security-Policy: frame-ancestors 'self'
Vary: Accept-Encoding, User-Agent
Content-Encoding: gzip
Get Domain Monitoring Object - Ascio API v3

Ascio Web Service v3
C# GetNameWatch
Gets the data of the service. Please provide a handle.
Get Domain Monitoring service

GetNameWatchResponse GetNameWatch(SecurityHeaderDetails securityHeader,GetNameWatchRequest request)
Response codes
ResultCode | Message | Value |
---|---|---|
200 | OK | |
401 | Authorization failed | |
501 | Syntax error in parameters or arguments | |
506 | Required attribute missing in request |
GetNameWatch Request
Property |
---|
request |
GetNameWatchResponse
Property | Description |
---|---|
GetNameWatchResult | |
NameWatchInfo | |
ResultCode | Example: 1 |
ResultMessage | |
Errors |
Used in Classes
C# example
AscioServices services = new ServiceReference1.AscioServiceClient();
SecurityHeaderDetails securityHeader = new SecurityHeaderDetails();
securityHeader.Account = "username";
securityHeader.Password = "password";
GetNameWatchRequest request = new GetNameWatchRequest();
request.Handle = "JD123";
request.HandleSpecified = true;;
GetNameWatchResponse response = services.GetNameWatch(securityHeader, request);
if (response.ResultCode == 200) {
Console.WriteLine("OK");
} else {
Console.WriteLine("Error: "+response.ResultMessage+" ("+response.resultMessage+")";
}
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.