目錄結構

當您建立新的社群參與者時,Partner Gateway - Express 會為該參與者建立對應的目錄結構。 這個目錄結構中包含參與者的名稱和支援的傳輸通訊協定, 以及文件處理程序中的每一個狀態的子目錄(例如,sent 和 received)。其目錄結構如下:

data 
   FileSystemAdapter2 
     partners 
       partner_name
         error
           as2
             binary
             EDI-Consent
             EDIFACT
             EDI-X12
             MDN   
 XML
           http
         rec_err
           as2
             binary
             EDI-Consent
             EDIFACT
             EDI-X12
             MDN
 XML
           http
         received 
           as2
             binary
             EDI-Consent
             EDIFACT
             EDI-X12
             MDN
 XML
           http
         send 
           as2
             binary
             EDI-Consent
             EDIFACT
             EDI-X12
             MDN
 XML
           http
         sent
           as2
             binary
             EDI-Consent
             EDIFACT
             EDI-X12
             MDN
 XML
           http

比方說,如果應用程式要遞送使用 EDIFACT 格式的文件給夥伴 XYZ,應用程式會將文件傳送至下列目錄:

data/FileSystemAdapter2/partners/XYZ/send/as2/EDIFACT

Copyright IBM Corp. 2003, 2005