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