Ascio Web Service v2

Class AckMessageResponse

Property
AckMessageResult

Used in examples

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


public class AckMessageResponseExample {
	public static AckMessageResponse main() {
		
		Response ackMessageResult =  new Response();
		ackMessageResult.setMessage("MessageTest");
		ackMessageResult.setResultCode(1);
		ackMessageResult.setValues(new String[]{
		});
Array of strings
		AckMessageResponse ackMessageResponse =  new AckMessageResponse();
		ackMessageResponse.setAckMessageResult(ackMessageResult);
		return ackMessageResponse;package ascio.v2.examples;
import com.ascio.www._2007._01.*;


public class AckMessageResponseExample {
	public static AckMessageResponse main() {
		
		Response ackMessageResult =  new Response();
		ackMessageResult.setMessage("MessageTest");
		ackMessageResult.setResultCode(1);
		ackMessageResult.setValues(new String[]{
		});

		AckMessageResponse ackMessageResponse =  new AckMessageResponse();
		ackMessageResponse.setAckMessageResult(ackMessageResult);
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.