Ascio Web Service v2

Class DeleteRegistrantResponse

Property
DeleteRegistrantResult

Used in examples

package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class DeleteRegistrantResponseExample {
	public static DeleteRegistrantResponse main() {
		
		Response deleteRegistrantResult =  new Response();
		deleteRegistrantResult.setMessage("MessageTest");
		deleteRegistrantResult.setResultCode(1);
		deleteRegistrantResult.setValues(new String[]{
		});
Array of strings
		DeleteRegistrantResponse deleteRegistrantResponse =  new DeleteRegistrantResponse();
		deleteRegistrantResponse.setDeleteRegistrantResult(deleteRegistrantResult);
		return deleteRegistrantResponse;package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class DeleteRegistrantResponseExample {
	public static DeleteRegistrantResponse main() {
		
		Response deleteRegistrantResult =  new Response();
		deleteRegistrantResult.setMessage("MessageTest");
		deleteRegistrantResult.setResultCode(1);
		deleteRegistrantResult.setValues(new String[]{
		});

		DeleteRegistrantResponse deleteRegistrantResponse =  new DeleteRegistrantResponse();
		deleteRegistrantResponse.setDeleteRegistrantResult(deleteRegistrantResult);
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.