Sponsored & Brought to you by
An Intro to AS4, the Successor of AS2
Glenn Colpaert & Toon Vanhoutte
http://twitter.com/GlennColpaert
https://www.linkedin.com/in/glenncolpaert
https://twitter.com/ToonVanhoutte
https://be.linkedin.com/pub/toon-vanhoutte/6/276/84b
Integration Monday
An intro to AS4, the successor of AS2.
Nice to meet you
Glenn COLPAERT
Integration Consultant
Integration MVP
ToonVANHOUTTE
Integration Architect
OASIS ebXML
Committee Member
glenn.colpaert@codit.eu
+32 477 774 304
@GlennColpaert
toon.vanhoutte@codit.eu
+32 479 905 115
@ToonVanhoutte
Goal of this session
Create awareness on AS4 within the Microsoft integration community
and demonstrate interoperability of AS4 with the Microsoft stack.
On the menu!
5
AS4
Introduction
Existing
AS4 projects
The AS4
Internals
AS2
Comparison
AS4Vendor
Overview
Prepared by: &
Hot and
spicy demos
What is AS4?
AS4
Introduction
What is AS4?
➔ AS4 defines a standardized, secure and reliable exchange
of messages, containing one or multiple payloads.
Messaging OASIS Standard WS-Security Reliability Payloads
History of AS4
8
Originating from ebXML Messaging Services
2002
ebMS 2.0
2007
ebMS 3.0
Core Specifications
2011
ebMS 3.0
Advanced Features
2013
AS4 Profile
of ebMS 3.0
Just
enough
design
Where is AS4 used?
Existing
AS4 projects
Adoption of AS4
Australia
Superstream
Pensions
Europe
eSENS e-Delivery
Public Sector
Europe
EESSI
Social Security
Europe
ENTSOG
Gas Industry
Japan
JEITA
Electronics & IT
World Wide
IATA
Airlines
Member State Member State
EESSI
Electronic Exchange of Social Security Information
Access
Point
Access
Point
Institution Institution
Over 10.000 social security institutions from 32 Member States
across Europe exchanging electronic information via more than 50
Access Points, using the secure and reliable AS4 messaging protocol.
Access Points are powered by
Microsoft BizTalk Server
How does AS4 work?
The AS4
Internals
AS4 Messaging Model
13
Sending Party
Business
Application
Producer
Sending
MSH
Submit
Notify
Receiving Party
Receiving
MSH
Business
Application
Consumer
Deliver
Notify
Send Receive
MSH = Messaging Service Handler
Implementation
Specific
Implementation
Specific
AS4
Communication
Demo Scenario
14
Jamie Oliver Inc.
FILE
System
Producer
Sending
MSH
Submit
Notify
Gordon Ramsay Food Service
Receiving
MSH
FILE
System
Consumer
Deliver
Notify
Send Receive
➔ Microsoft Integration Platform
➔ .NET Based
➔ Does not support AS4 ootb
➔ Open Source B2B Software
➔ Java Based
➔ Supports AS4 ootb
AS4 Messaging Model
15
Sending Party
Business
Application
Producer
Sending
MSH
Submit
Notify
Receiving Party
Receiving
MSH
Business
Application
Consumer
Deliver
P-Mode
User Message
Receipt / Error
General
Protocol
BusinessInfo
ErrorHandling
Reliability
Security
AS4 Message Exchange Patterns
• One-Way/Push • One-Way/Pull
Sending
MSH
Initiator
Receiving
MSH
Responder
Sending
MSH
Responder
Receiving
MSH
Initiator
UserMessage
UserMessage
PullRequest
AS4 Message Packaging
17
SOAP with Attachments
➔ SOAP Header
➔ UserMessage
➔ SignalMessage (Receipt/Error/PullRequest)
➔ WS-Security Headers
➔ SOAP Body
➔ XML Payloads only
➔ SOAPAttachments (MIME)
➔ Any Payload
➔ GZIP compression possible
REF
AS4 Message Packaging
18
SOAP with Attachments
➔ SOAP Header
➔ UserMessage
➔ SignalMessage (Receipt/Error/PullRequest)
➔ WS-Security Headers
➔ SOAP Body
➔ XML Payloads only
➔ SOAPAttachments (MIME)
➔ Any Payload
➔ GZIP compression possible
AS4 Message
SOAP Header
UserMessage
From: Sender
To: Receiver
SOAP Body
XML Payload
SOAP Attachments
Any Payload (MIME)
Any Payload (MIME)
REF
AS4 Error Handling
19
Sending
MSH
Receiving
MSH
UserMessage
MessageId = A
Error
RefToMessageId = A
Standard errors cover:
➔ ebMS Processing
➔ Security
➔ Reliability
P-Mode Configuration:
➔ Sync or Async Error
➔ Notify consumer/producer
Notify Notify
AS4 Reliability
20
Once-and-only-once delivery
➔ ReceiptACKs good processing at receiving MSH
Sending
MSH
➔ Reception Awareness
➔ Message Retry
Receiving
MSH
➔ Duplicate Detection
➔ Duplicate Elimination
P-Mode
AS4 Security
Signing of UserMessage
22
AS4 Message
SOAP Header
UserMessage
From: Sender
To: Receiver
SOAP Body
XML Payload
SOAP Attachments
Any Payload (MIME)
Any Payload (MIME)
REF
WS-S
➔ Non Repudiation of Origin
➔ DetachedWS-Security
Signature
➔ In SOAP Header
➔ Including hashes of:
• UserMessage
• SOAP Body
• SOAP Attachments
AS4 Security
Signing of Receipt
23
WS-S
➔ Non Repudiation of Receipt
➔ NRR Receipt Format
➔ Signed by the receiver
➔ Including hashes of:
• UserMessage
• SOAP Body
• SOAP Attachments
AS4 Message
SOAP Header
Receipt
Non Repudiation
Information
HASH of UserMessage
HASH of SOAP Body
HASH of SOAP Attachments
AS4 Message
SOAP Header
UserMessage
From: Sender
To: Receiver
SOAP Body
XML Payload
SOAP Attachments
Any Payload (MIME)
Any Payload (MIME)
HASH
AS4 Security
Encryption – Data Confidentiality
24
➔ Transport Layer Security (SSL/TLS)
➔ Secure communication channel
➔ WS-Security Encryption
➔ Message encryption of:
• SOAP Body
• SOAP Attachments
AS4 Message
SOAP Header
UserMessage
From: Sender
To: Receiver
SOAP Body
XML Payload
SOAP Attachments
Any Payload (MIME)
Any Payload (MIME)
What about AS2?
AS2
Comparison
AS2 vs AS4
➔ Payload agnostic
➔ Payload compression
➔ Signing & Encryption
➔ Non-Repudiation of Origin
➔ Non-Repudiation of Receipt
26
Common Characteristics
AS2 AS4
AS2 vs AS4
Technology Differences
27
AS2 AS4
➔ MIME
➔ S/MIME
➔ MDN
➔ SwA
➔ WS-Security
➔ Receipt
AS2 vs AS4
AS4 Differentiators
28
AS4
➔ Support for multiple payloads
➔ Support for native web services
➔ Support for pulling
➔ Support for lightweight
client implementations
➔ Support for modern crypto algorithms
➔ Support for more authentication types
Who supports AS4?
AS4Vendor
Overview
SoftwareVendors supporting AS4
30
Holodeck B2B
Flame
IBM
Domibus
Seeburger AG
Software AG
Tibco
Oracle
OBAN
➔ Unfortunately no
Microsoft based solutions yet
…
Codit AS4 Approach
31
.NET AS4 Library
Integration
Cloud
BizTalk
Adapter
App Service
Connector
Standalone
Application
Conclusion
AS4 is definitely coming your way if you are into B2B messaging.
Thanks to its extensibility, Microsoft is interoperable with AS4.
Keep in touch
glenn.colpaert@codit.eu
+32 477 774 304
@GlennColpaert
toon.vanhoutte@codit.eu
+32 479 905 115
@ToonVanhoutte
Blog post series “AS4 for Dummies” soon on:
d
www.codit.eu/blog

More Related Content

PDF
An introduction to SSH
PDF
Introducción a varnish cache (@irontec)
PDF
Microsoft Windows Server 2022 Overview
PPT
Switch configuration
PPTX
Secure SHell
PPTX
VMware Advance Troubleshooting Workshop - Day 3
PDF
An Introduction to VMware NSX
PPTX
Demo of security tool nessus - Network vulnerablity scanner
An introduction to SSH
Introducción a varnish cache (@irontec)
Microsoft Windows Server 2022 Overview
Switch configuration
Secure SHell
VMware Advance Troubleshooting Workshop - Day 3
An Introduction to VMware NSX
Demo of security tool nessus - Network vulnerablity scanner

What's hot (20)

PDF
PDF
June OpenNTF Webinar - Domino V12 Certification Manager
PDF
Introduction to SDN
PPTX
VDI/ VMware Horizon View
PDF
富士通の生体認証ソリューションと提案
PDF
Openstack nova
PDF
Install active directory on windows server 2016 step by step
PPT
ssh.ppt
PPTX
Exchange server.pptx
PPT
Proxy Server
PPTX
Overview of Microsoft Exchange Server
PPTX
PPTX
Common Layer 2 Threats, Attacks & Mitigation
ODP
19.cobra
PDF
200 301-ccna
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 5
PPTX
Virtualization using VMWare Workstation
PDF
11 palo alto user-id concepts
PPTX
Linux User Management
PPTX
Docker Networking with New Ipvlan and Macvlan Drivers
June OpenNTF Webinar - Domino V12 Certification Manager
Introduction to SDN
VDI/ VMware Horizon View
富士通の生体認証ソリューションと提案
Openstack nova
Install active directory on windows server 2016 step by step
ssh.ppt
Exchange server.pptx
Proxy Server
Overview of Microsoft Exchange Server
Common Layer 2 Threats, Attacks & Mitigation
19.cobra
200 301-ccna
CCNA 1 Routing and Switching v5.0 Chapter 5
Virtualization using VMWare Workstation
11 palo alto user-id concepts
Linux User Management
Docker Networking with New Ipvlan and Macvlan Drivers
Ad

Viewers also liked (15)

PDF
AS4 explained
PPTX
Hybrid Integration with SAP
PPTX
Fact or not: Is EDI here to stay?
PPTX
Web services security
PPT
2010 - Regulations 883/2004 & 987/2009 - Ongoing work
PPT
2010 - New Social Security Regulations
PPT
2010 - Modernised EU Social Security Coordination and Applicable Legislation
PPT
2010 - EESSI - Electronic Exchange of Social Security Information
PPTX
Ws security with mule
PDF
webMethods World: How Can You Innovate Even Faster With the Latest webMethods...
PDF
webMethods Integration Cloud Deep Dive
PPTX
Software AG’s webMethods Integration Cloud: Integrate Cloud Apps with ease
PDF
Hybrid Integration using BizTalk and Azure
PPTX
Building a Web API with ASP.Net Core
PPT
2013 - trESS presentation FR
AS4 explained
Hybrid Integration with SAP
Fact or not: Is EDI here to stay?
Web services security
2010 - Regulations 883/2004 & 987/2009 - Ongoing work
2010 - New Social Security Regulations
2010 - Modernised EU Social Security Coordination and Applicable Legislation
2010 - EESSI - Electronic Exchange of Social Security Information
Ws security with mule
webMethods World: How Can You Innovate Even Faster With the Latest webMethods...
webMethods Integration Cloud Deep Dive
Software AG’s webMethods Integration Cloud: Integrate Cloud Apps with ease
Hybrid Integration using BizTalk and Azure
Building a Web API with ASP.Net Core
2013 - trESS presentation FR
Ad

Similar to An Intro to AS4, the Successor of AS2 (8)

PPTX
An intro to AS4, the successor of AS2 (Glenn Colpaert & Toon Vanhoutte @ Int...
PPT
As4 Webinar040709
PPT
AS4 Webinar
PPT
AS4 - Astra Zeneca
PDF
Cisco AS4 Case Study
PDF
0321146182
PDF
Soap over-udp
PPTX
An intro to AS4, the successor of AS2 (Glenn Colpaert & Toon Vanhoutte @ Int...
As4 Webinar040709
AS4 Webinar
AS4 - Astra Zeneca
Cisco AS4 Case Study
0321146182
Soap over-udp

More from BizTalk360 (20)

PPTX
Optimise Business Activity Tracking – Insights from Smurfit Kappa
PPTX
Optimise Business Activity Tracking – Insights from Smurfit Kappa
PPTX
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
PPTX
Integration Monday - Logic Apps: Development Experiences
PPTX
Integration Monday - BizTalk Migrator Deep Dive
PPTX
Testing for Logic App Solutions | Integration Monday
PPTX
No-Slides
PPTX
System Integration using Reactive Programming | Integration Monday
PPTX
Building workflow solution with Microsoft Azure and Cloud | Integration Monday
PPTX
Serverless Minimalism: How to architect your apps to save 98% on your Azure b...
PPTX
Migrating BizTalk Solutions to Azure: Mapping Messages | Integration Monday
PPTX
Integration-Monday-Infrastructure-As-Code-With-Terraform
PDF
Integration-Monday-Stateful-Programming-Models-Serverless-Functions
PPTX
Integration-Monday-Serverless-Slackbots-with-Azure-Durable-Functions
PPTX
Integration-Monday-Building-Stateful-Workloads-Kubernetes
PPTX
Integration-Monday-Logic-Apps-Tips-Tricks
PPTX
Integration-Monday-Terraform-Serverless
PPTX
Integration-Monday-Microsoft-Power-Platform
PDF
One name unify them all
PPTX
Securely Publishing Azure Services
Optimise Business Activity Tracking – Insights from Smurfit Kappa
Optimise Business Activity Tracking – Insights from Smurfit Kappa
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
Integration Monday - Logic Apps: Development Experiences
Integration Monday - BizTalk Migrator Deep Dive
Testing for Logic App Solutions | Integration Monday
No-Slides
System Integration using Reactive Programming | Integration Monday
Building workflow solution with Microsoft Azure and Cloud | Integration Monday
Serverless Minimalism: How to architect your apps to save 98% on your Azure b...
Migrating BizTalk Solutions to Azure: Mapping Messages | Integration Monday
Integration-Monday-Infrastructure-As-Code-With-Terraform
Integration-Monday-Stateful-Programming-Models-Serverless-Functions
Integration-Monday-Serverless-Slackbots-with-Azure-Durable-Functions
Integration-Monday-Building-Stateful-Workloads-Kubernetes
Integration-Monday-Logic-Apps-Tips-Tricks
Integration-Monday-Terraform-Serverless
Integration-Monday-Microsoft-Power-Platform
One name unify them all
Securely Publishing Azure Services

Recently uploaded (20)

PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
PPTX
Tartificialntelligence_presentation.pptx
PDF
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PPT
What is a Computer? Input Devices /output devices
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
DP Operators-handbook-extract for the Mautical Institute
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PDF
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
Hindi spoken digit analysis for native and non-native speakers
PPTX
observCloud-Native Containerability and monitoring.pptx
PDF
Unlock new opportunities with location data.pdf
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
Developing a website for English-speaking practice to English as a foreign la...
PPTX
Modernising the Digital Integration Hub
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PDF
WOOl fibre morphology and structure.pdf for textiles
A contest of sentiment analysis: k-nearest neighbor versus neural network
NewMind AI Weekly Chronicles – August ’25 Week III
Tartificialntelligence_presentation.pptx
A Late Bloomer's Guide to GenAI: Ethics, Bias, and Effective Prompting - Boha...
Final SEM Unit 1 for mit wpu at pune .pptx
What is a Computer? Input Devices /output devices
Univ-Connecticut-ChatGPT-Presentaion.pdf
DP Operators-handbook-extract for the Mautical Institute
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Hybrid horned lizard optimization algorithm-aquila optimizer for DC motor
Enhancing emotion recognition model for a student engagement use case through...
Hindi spoken digit analysis for native and non-native speakers
observCloud-Native Containerability and monitoring.pptx
Unlock new opportunities with location data.pdf
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
Developing a website for English-speaking practice to English as a foreign la...
Modernising the Digital Integration Hub
Assigned Numbers - 2025 - Bluetooth® Document
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
WOOl fibre morphology and structure.pdf for textiles

An Intro to AS4, the Successor of AS2

  • 1. Sponsored & Brought to you by An Intro to AS4, the Successor of AS2 Glenn Colpaert & Toon Vanhoutte http://twitter.com/GlennColpaert https://www.linkedin.com/in/glenncolpaert https://twitter.com/ToonVanhoutte https://be.linkedin.com/pub/toon-vanhoutte/6/276/84b
  • 2. Integration Monday An intro to AS4, the successor of AS2.
  • 3. Nice to meet you Glenn COLPAERT Integration Consultant Integration MVP ToonVANHOUTTE Integration Architect OASIS ebXML Committee Member [email protected] +32 477 774 304 @GlennColpaert [email protected] +32 479 905 115 @ToonVanhoutte
  • 4. Goal of this session Create awareness on AS4 within the Microsoft integration community and demonstrate interoperability of AS4 with the Microsoft stack.
  • 5. On the menu! 5 AS4 Introduction Existing AS4 projects The AS4 Internals AS2 Comparison AS4Vendor Overview Prepared by: & Hot and spicy demos
  • 7. What is AS4? ➔ AS4 defines a standardized, secure and reliable exchange of messages, containing one or multiple payloads. Messaging OASIS Standard WS-Security Reliability Payloads
  • 8. History of AS4 8 Originating from ebXML Messaging Services 2002 ebMS 2.0 2007 ebMS 3.0 Core Specifications 2011 ebMS 3.0 Advanced Features 2013 AS4 Profile of ebMS 3.0 Just enough design
  • 9. Where is AS4 used? Existing AS4 projects
  • 10. Adoption of AS4 Australia Superstream Pensions Europe eSENS e-Delivery Public Sector Europe EESSI Social Security Europe ENTSOG Gas Industry Japan JEITA Electronics & IT World Wide IATA Airlines
  • 11. Member State Member State EESSI Electronic Exchange of Social Security Information Access Point Access Point Institution Institution Over 10.000 social security institutions from 32 Member States across Europe exchanging electronic information via more than 50 Access Points, using the secure and reliable AS4 messaging protocol. Access Points are powered by Microsoft BizTalk Server
  • 12. How does AS4 work? The AS4 Internals
  • 13. AS4 Messaging Model 13 Sending Party Business Application Producer Sending MSH Submit Notify Receiving Party Receiving MSH Business Application Consumer Deliver Notify Send Receive MSH = Messaging Service Handler Implementation Specific Implementation Specific AS4 Communication
  • 14. Demo Scenario 14 Jamie Oliver Inc. FILE System Producer Sending MSH Submit Notify Gordon Ramsay Food Service Receiving MSH FILE System Consumer Deliver Notify Send Receive ➔ Microsoft Integration Platform ➔ .NET Based ➔ Does not support AS4 ootb ➔ Open Source B2B Software ➔ Java Based ➔ Supports AS4 ootb
  • 15. AS4 Messaging Model 15 Sending Party Business Application Producer Sending MSH Submit Notify Receiving Party Receiving MSH Business Application Consumer Deliver P-Mode User Message Receipt / Error General Protocol BusinessInfo ErrorHandling Reliability Security
  • 16. AS4 Message Exchange Patterns • One-Way/Push • One-Way/Pull Sending MSH Initiator Receiving MSH Responder Sending MSH Responder Receiving MSH Initiator UserMessage UserMessage PullRequest
  • 17. AS4 Message Packaging 17 SOAP with Attachments ➔ SOAP Header ➔ UserMessage ➔ SignalMessage (Receipt/Error/PullRequest) ➔ WS-Security Headers ➔ SOAP Body ➔ XML Payloads only ➔ SOAPAttachments (MIME) ➔ Any Payload ➔ GZIP compression possible REF
  • 18. AS4 Message Packaging 18 SOAP with Attachments ➔ SOAP Header ➔ UserMessage ➔ SignalMessage (Receipt/Error/PullRequest) ➔ WS-Security Headers ➔ SOAP Body ➔ XML Payloads only ➔ SOAPAttachments (MIME) ➔ Any Payload ➔ GZIP compression possible AS4 Message SOAP Header UserMessage From: Sender To: Receiver SOAP Body XML Payload SOAP Attachments Any Payload (MIME) Any Payload (MIME) REF
  • 19. AS4 Error Handling 19 Sending MSH Receiving MSH UserMessage MessageId = A Error RefToMessageId = A Standard errors cover: ➔ ebMS Processing ➔ Security ➔ Reliability P-Mode Configuration: ➔ Sync or Async Error ➔ Notify consumer/producer Notify Notify
  • 20. AS4 Reliability 20 Once-and-only-once delivery ➔ ReceiptACKs good processing at receiving MSH Sending MSH ➔ Reception Awareness ➔ Message Retry Receiving MSH ➔ Duplicate Detection ➔ Duplicate Elimination P-Mode
  • 21. AS4 Security Signing of UserMessage 22 AS4 Message SOAP Header UserMessage From: Sender To: Receiver SOAP Body XML Payload SOAP Attachments Any Payload (MIME) Any Payload (MIME) REF WS-S ➔ Non Repudiation of Origin ➔ DetachedWS-Security Signature ➔ In SOAP Header ➔ Including hashes of: • UserMessage • SOAP Body • SOAP Attachments
  • 22. AS4 Security Signing of Receipt 23 WS-S ➔ Non Repudiation of Receipt ➔ NRR Receipt Format ➔ Signed by the receiver ➔ Including hashes of: • UserMessage • SOAP Body • SOAP Attachments AS4 Message SOAP Header Receipt Non Repudiation Information HASH of UserMessage HASH of SOAP Body HASH of SOAP Attachments AS4 Message SOAP Header UserMessage From: Sender To: Receiver SOAP Body XML Payload SOAP Attachments Any Payload (MIME) Any Payload (MIME) HASH
  • 23. AS4 Security Encryption – Data Confidentiality 24 ➔ Transport Layer Security (SSL/TLS) ➔ Secure communication channel ➔ WS-Security Encryption ➔ Message encryption of: • SOAP Body • SOAP Attachments AS4 Message SOAP Header UserMessage From: Sender To: Receiver SOAP Body XML Payload SOAP Attachments Any Payload (MIME) Any Payload (MIME)
  • 25. AS2 vs AS4 ➔ Payload agnostic ➔ Payload compression ➔ Signing & Encryption ➔ Non-Repudiation of Origin ➔ Non-Repudiation of Receipt 26 Common Characteristics AS2 AS4
  • 26. AS2 vs AS4 Technology Differences 27 AS2 AS4 ➔ MIME ➔ S/MIME ➔ MDN ➔ SwA ➔ WS-Security ➔ Receipt
  • 27. AS2 vs AS4 AS4 Differentiators 28 AS4 ➔ Support for multiple payloads ➔ Support for native web services ➔ Support for pulling ➔ Support for lightweight client implementations ➔ Support for modern crypto algorithms ➔ Support for more authentication types
  • 29. SoftwareVendors supporting AS4 30 Holodeck B2B Flame IBM Domibus Seeburger AG Software AG Tibco Oracle OBAN ➔ Unfortunately no Microsoft based solutions yet …
  • 30. Codit AS4 Approach 31 .NET AS4 Library Integration Cloud BizTalk Adapter App Service Connector Standalone Application
  • 31. Conclusion AS4 is definitely coming your way if you are into B2B messaging. Thanks to its extensibility, Microsoft is interoperable with AS4.
  • 32. Keep in touch [email protected] +32 477 774 304 @GlennColpaert [email protected] +32 479 905 115 @ToonVanhoutte
  • 33. Blog post series “AS4 for Dummies” soon on: d www.codit.eu/blog