Ascio Web Service v2
Class Response
Property | Description |
---|---|
Message | |
ResultCode | Example: 1 |
Values | Array of strings |
package ascio.v2.examples;
import com.ascio.www._2007._01.*;
public class ResponseExample {
public static Response main() {
Response response = new Response();
response.setMessage("MessageTest");
response.setResultCode(1);
response.setValues(new String[]{
});
Array of strings return response;package ascio.v2.examples;
import com.ascio.www._2007._01.*;
public class ResponseExample {
public static Response main() {
Response response = new Response();
response.setMessage("MessageTest");
response.setResultCode(1);
response.setValues(new String[]{
});
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.
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.