Ascio Web Service v3

Class GetRegistrantsResponse

PropertyDescription
GetRegistrantsResult
TotalCountExample: 1
RegistrantInfos
ResultCodeExample: 1
ResultMessage
Errors

Used in Classes

Used in examples

package ascio.v3.examples;
import com.ascio.www._2013._02.*;

public class GetRegistrantsResponseExample {
	public static GetRegistrantsResponse main() {
		
		RegistrantInfo registrantInfo =  new RegistrantInfo();
		registrantInfo.setCreationDate(Calendar.getInstance());
		registrantInfo.setStatus("StatusTest");

		ArrayOfRegistrantInfoRegistrantInfo registrantInfos[] =  new ArrayOfRegistrantInfoRegistrantInfo[]{registrantInfo};

		GetRegistrantsResponse getRegistrantsResponse =  new GetRegistrantsResponse();
		getRegistrantsResponse.setResultCode(1);
		getRegistrantsResponse.setResultMessage("ResultMessageTest");
		getRegistrantsResponse.setErrors(new String[]{
		});
		getRegistrantsResponse.setTotalCount(1);
		getRegistrantsResponse.setRegistrantInfos(registrantInfos);
		return getRegistrantsResponse;package ascio.v3.examples;
import com.ascio.www._2013._02.*;

public class GetRegistrantsResponseExample {
	public static GetRegistrantsResponse main() {
		
		RegistrantInfo registrantInfo =  new RegistrantInfo();
		registrantInfo.setCreationDate(Calendar.getInstance());
		registrantInfo.setStatus("StatusTest");

		ArrayOfRegistrantInfoRegistrantInfo registrantInfos[] =  new ArrayOfRegistrantInfoRegistrantInfo[]{registrantInfo};

		GetRegistrantsResponse getRegistrantsResponse =  new GetRegistrantsResponse();
		getRegistrantsResponse.setResultCode(1);
		getRegistrantsResponse.setResultMessage("ResultMessageTest");
		getRegistrantsResponse.setErrors(new String[]{
		});
		getRegistrantsResponse.setTotalCount(1);
		getRegistrantsResponse.setRegistrantInfos(registrantInfos);
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.