Ascio Web Service v2

Class CreateSupportOrderResponse

Property
CreateSupportOrderResult
orderId

Used in examples

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


public class CreateSupportOrderResponseExample {
	public static CreateSupportOrderResponse main() {
		
		Response createSupportOrderResult =  new Response();
		createSupportOrderResult.setMessage("MessageTest");
		createSupportOrderResult.setResultCode(1);
		createSupportOrderResult.setValues(new String[]{
		});
Array of strings
		CreateSupportOrderResponse createSupportOrderResponse =  new CreateSupportOrderResponse();
		createSupportOrderResponse.setCreateSupportOrderResult(createSupportOrderResult);
		createSupportOrderResponse.setorderId("orderIdTest");
		return createSupportOrderResponse;package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class CreateSupportOrderResponseExample {
	public static CreateSupportOrderResponse main() {
		
		Response createSupportOrderResult =  new Response();
		createSupportOrderResult.setMessage("MessageTest");
		createSupportOrderResult.setResultCode(1);
		createSupportOrderResult.setValues(new String[]{
		});

		CreateSupportOrderResponse createSupportOrderResponse =  new CreateSupportOrderResponse();
		createSupportOrderResponse.setCreateSupportOrderResult(createSupportOrderResult);
		createSupportOrderResponse.setorderId("orderIdTest");
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.