| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <partnerships>
- <partner name="OpenAS2A"
- as2_id="OpenAS2A_OID"
- x509_alias="openas2a"
- email="as2msgs@openas2a.com"/>
- <partner name="OpenAS2B"
- as2_id="OpenAS2B_OID"
- x509_alias="openas2b"
- email="as2msgs@openas2b.com"/>
- <partnership name="OpenAS2A-to-OpenAS2B">
- <sender name="OpenAS2A"/>
- <receiver name="OpenAS2B"/>
- <attribute name="protocol" value="as2"/>
- <attribute name="content_transfer_encoding" value="8bit"/>
- <attribute name="compression_type" value="ZLIB"/>
- <attribute name="subject" value="From OpenAS2A to OpenAS2B"/>
- <attribute name="mdnsubject" value="Your requested MDN response from $receiver.as2_id$"/>
- <attribute name="as2_url" value="http://192.168.253.216:10080"/>
- <attribute name="as2_mdn_to" value="edi@openas2b.org"/>
- <!-- <attribute name="as2_receipt_option" value="http://localhost:10080"/> ...for async MDN-->
- <attribute name="as2_receipt_option" value="http://ubtob.com:20881"/>
- <attribute name="as2_mdn_options" value="signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, SHA256"/>
- <attribute name="encrypt" value="3DES"/>
- <attribute name="sign" value="SHA1"/>
- <attribute name="resend_max_retries" value="3"/>
- <attribute name="prevent_canonicalization_for_mic" value="false"/>
- <attribute name="no_set_transfer_encoding_for_signing" value="false"/>
- <attribute name="no_set_transfer_encoding_for_encryption" value="false"/>
- <attribute name="rename_digest_to_old_name" value="false"/>
- <attribute name="remove_cms_algorithm_protection_attrib" value="false"/>
- </partnership>
-
- <partnership name="OpenAS2B-to-OpenAS2A">
- <sender name="OpenAS2B"/>
- <receiver name="OpenAS2A"/>
- </partnership>
- </partnerships>
|