Dear Group,
We are attempting to implement an architecture to communicate with our business partners using the AS2 standard. What I’ve read about the AS2 standard sounds like it involves many RFCs, that define it as an S/MIME message posted over HTTP(s). My first question is, has anyone had any luck implementing an AS2 connection without using the TN builtin WM.EDIINT package?
For incoming communication, we are planning on exposing a WM service in our DMZ that will accept HTTP posts of bytes or an input stream, create a MIME message from that stream and then verify the data against the provided signature, and extract the payload. My other question is, how and what do we send back in the same HTTP session to be AS2 compliant.
Many thanks for your help.