Ascio Web Service v2
Class ArrayOfAttachment
Property |
---|
Attachment |
package ascio.v2.examples;
import com.ascio.www._2007._01.*;
public class ArrayOfAttachmentExample {
public static ArrayOfAttachment main() {
String fileContentString = "abc123";
Attachment attachment = new Attachment();
attachment.setData(fileContentString.getBytes());
attachment.setFileName("anything.jpg");
Only the extension is important and must match with the content-type
ArrayOfAttachmentAttachment arrayOfAttachment[] = new ArrayOfAttachmentAttachment[]{attachment};
return arrayOfAttachment;package ascio.v2.examples;
import com.ascio.www._2007._01.*;
public class ArrayOfAttachmentExample {
public static ArrayOfAttachment main() {
String fileContentString = "abc123";
Attachment attachment = new Attachment();
attachment.setData(fileContentString.getBytes());
attachment.setFileName("anything.jpg");
ArrayOfAttachmentAttachment arrayOfAttachment[] = new ArrayOfAttachmentAttachment[]{attachment};
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.