Guest User

Untitled

a guest
Nov 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <!-- This module configure the file paths to fetch files to send from CompanyXStation station to CompanyYPartner -->
  2. <module classname="org.openas2.processor.receiver.AS2DirectoryPollingModule"
  3. outboxdir="%home%/../data/toAS2GStation"
  4. errordir="%home%/../data/toAS2GStation/error"
  5. interval="5"
  6. defaults="sender.as2_id=company-x-as2-id, receiver.as2_id=company-y-as2-id"
  7. sendFilename="true"
  8. mimetype="application/EDI-X12"/> <!-- You need to create all of these directories. -->
  9.  
  10. <!-- This module configure the file paths to store files for receiving messages from CompanyYPartner to CompanyXStation -->
  11. <module classname="org.openas2.processor.receiver.AS2DirectoryPollingModule"
  12. outboxdir="%home%/../data/toOpenAS2A/"
  13. errordir="%home%/../data/toOpenAS2A/error"
  14. interval="5"
  15. defaults="sender.as2_id=company-y-as2-id, receiver.as2_id=company-x-as2-id"
  16. sendfilename="true"
  17. mimetype="application/EDI-X12"/> <!-- You need to create these directories -->
Add Comment
Please, Sign In to add comment