Ascio Web Service v2
Class QueueItem
| Property | Description |
|---|---|
| Attachments | |
| DomainHandle | |
| DomainName | Example: "ascio-test-domain" |
| Msg | |
| MsgId | Example: 1 |
| MsgType | |
| OrderId | Example: "TEST123456" |
| OrderStatus | |
| StatusList |
AscioServices services = new ServiceReference1.AscioServices();
Attachment attachment = new Attachment();
attachment.Data = "DataTest";
attachment.FileName = "anything.jpg";
ArrayOfAttachment attachments = new ArrayOfAttachment(array($attachment));
CallbackStatus callbackStatus = new CallbackStatus();
callbackStatus.Message = "MessageTest";
callbackStatus.Status = "StatusTest";
ArrayOfCallbackStatus statusList = new ArrayOfCallbackStatus(array($callbackStatus));
QueueItem queueItem = new QueueItem();
queueItem.Attachments = attachments;
queueItem.DomainHandle = "DomainHandleTest";
queueItem.DomainName = "ascio-test-domain".microtime().".com"
queueItem.Msg = "MsgTest";
queueItem.MsgId = 1;
queueItem.MsgType = MessageType.Message_to_Partner;
queueItem.OrderStatus = OrderStatusType.NotSet;
queueItem.StatusList = statusList;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.