Currently I’m creating a flat file of EDI data on TN which is queued and then processed using the batch processing default method. This create an X12 Envelope and when I look at the content it tell me that the Name is EDIdata and the Type is application/EDIstream with a storage type of tspace.
I created a processing rule to call a service to try to take the content and repost to TN as EDIINT data for an AS2 customer, but this doesn’t seem to work. What is the easiest way to take the X12 Envelope and route it through the EDIINT delivery process. I know I have to use the wm.EDIINT.send service, but it errors out due to an error, I’m not producing a stream input from my bizdoc as input to the service.
Thank for any help.