Hi,
I am trying to process an EDI document (X12 4010 852) over AS2 (Inbound) in TN+IS.
I have created the partner profiles for Sender & receiver, created the document type (X12 4010 852) and the processing rule to match this docment & Sdr/Rcvr.
I have invoked the wm.EDIINT:receive service to post the EDI data and could see the EDI data received at TN successfully. The document type is EDIINT and the default processing rule (EDIINT Process Message) got executed.
Now the default processing rule should be extracting the EDI Payload and will post to TN again (by calling the wm.tn.route:routeBizdoc service) so that my processing rule can get triggered, but this is not happening. My processing rule created is never getting executed and hence my IS service configured inside the processing rule too.
Could you please advise if I am missing any steps/configurations or doing something incorrectly ?