Ascio Web Service v2

Class GetRegistrantResponse

Property
GetRegistrantResult
registrant

Used in examples

<?php
namespace ascio\v2\examples;
require(__DIR__."/../service/autoload.php");
require(__DIR__."/../../lib/AscioConfig.php");
use ascio\v2 as ascio;


$getRegistrantResult =  new ascio\Response();
$getRegistrantResult->setMessage("MessageTest");
$getRegistrantResult->setResultCode(1);
$getRegistrantResult->setValues([
]);

$registrant =  new ascio\Registrant();
$registrant->setName("ascio-is-great.com");
$registrant->setOrgName("Ascio");
$registrant->setAddress1("Address1Test");
$registrant->setAddress2("Address2Test");
$registrant->setCity("CityTest");
$registrant->setState("StateTest");
$registrant->setPostalCode("888349");
$registrant->setCountryCode("DK");
$registrant->setEmail("administrator@ascio-test-domain.com");
$registrant->setPhone("+45.123456789");
$registrant->setFax("+45.987654321");
$registrant->setRegistrantType("C1");
$registrant->setVatNumber("VatNumberTest");
$registrant->setNexusCategory("NexusCategoryTest");
$registrant->setRegistrantNumber("abc123445");
$registrant->setDetails("DetailsTest");

$getRegistrantResponse =  new ascio\GetRegistrantResponse();
$getRegistrantResponse->setGetRegistrantResult($getRegistrantResult);
$getRegistrantResponse->setRegistrant($registrant);
WSDL for AWS v2
https://aws.demo.ascio.com/2012/01/01/AscioService.wsdl (OTE)
https://aws.ascio.com/2012/01/01/AscioService.wsdl (Live)
Please configure the IP-Whitelisting in the portal/demo-portal.