Ascio DNS
Class Response
| Property | Description |
|---|---|
| StatusCode | Example: 1 |
| StatusMessage | |
| TechnicalGuid | |
| TrackingReference | |
| Values |
package ascio.AscioDns.examples;
import com.groupnbt._2010._10._30.Dns.DnsService.*;
public class ResponseExample {
public static Response main() {
Response response = new Response();
response.setStatusCode(1);
response.setStatusMessage("StatusMessageTest");
response.setTechnicalGuid("TechnicalGuidTest");
response.setTrackingReference("TrackingReferenceTest");
response.setValues(new String[]{
});
return response;package ascio.AscioDns.examples;
import com.groupnbt._2010._10._30.Dns.DnsService.*;
public class ResponseExample {
public static Response main() {
Response response = new Response();
response.setStatusCode(1);
response.setStatusMessage("StatusMessageTest");
response.setTechnicalGuid("TechnicalGuidTest");
response.setTrackingReference("TrackingReferenceTest");
response.setValues(new String[]{
});
WSDL AscioDns
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.
https://dnsservice.demo.ascio.com/2010/10/30/DnsService.wsdl (OTE)
https://dnsservice.ascio.com/2010/10/30/DnsService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.