partnerships.xml 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <partnerships>
  2. <partner name="Cypress"
  3. as2_id="cypressSemiconprod"
  4. x509_alias="b2b.cypress.com"
  5. email="Steve.Ma@cypress.com"/>
  6. <partner name="SkyeeTech"
  7. as2_id="skyeetech"
  8. x509_alias="ubtob.com"
  9. email="sunyj@usoftchina.com"/>
  10. <partner name="A"
  11. as2_id="testa"
  12. x509_alias="ubtob.com"
  13. email="testa@testa.com"/>
  14. <partner name="B"
  15. as2_id="testb"
  16. x509_alias="server.com"
  17. email="testb@testb.com"/>
  18. <partnership name="SkyeeTech-to-Cypress">
  19. <sender name="SkyeeTech"/>
  20. <receiver name="Cypress"/>
  21. <attribute name="protocol" value="as2"/>
  22. <attribute name="content_transfer_encoding" value="8bit"/>
  23. <!--<attribute name="compression_type" value="ZLIB"/>-->
  24. <attribute name="subject" value="From SkyeeTech to Cypress"/>
  25. <attribute name="mdnsubject" value="Your requested MDN response from $receiver.as2_id$"/>
  26. <attribute name="as2_url" value="https://b2b.cypress.com:5559/invoke/wm.EDIINT/receive"/>
  27. <attribute name="as2_mdn_to" value="edi@cypress.com"/>
  28. <!-- <attribute name="as2_receipt_option" value="http://localhost:10080"/> ...for async MDN-->
  29. <attribute name="as2_receipt_option" value="http://ubtob.com:20881"/>
  30. <attribute name="as2_mdn_options" value="signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, SHA1"/>
  31. <attribute name="encrypt" value="3DES"/>
  32. <attribute name="sign" value="SHA1"/>
  33. <attribute name="resend_max_retries" value="3"/>
  34. <attribute name="prevent_canonicalization_for_mic" value="false"/>
  35. <attribute name="no_set_transfer_encoding_for_signing" value="false"/>
  36. <attribute name="no_set_transfer_encoding_for_encryption" value="false"/>
  37. <attribute name="rename_digest_to_old_name" value="false"/>
  38. <attribute name="remove_cms_algorithm_protection_attrib" value="false"/>
  39. </partnership>
  40. <partnership name="Cypress-to-SkyeeTech">
  41. <sender name="Cypress"/>
  42. <receiver name="SkyeeTech"/>
  43. </partnership>
  44. <partnership name="A-to-B">
  45. <sender name="A"/>
  46. <receiver name="B"/>
  47. <attribute name="protocol" value="as2"/>
  48. <attribute name="content_transfer_encoding" value="8bit"/>
  49. <!--<attribute name="compression_type" value="ZLIB"/>-->
  50. <attribute name="subject" value="From A to B"/>
  51. <attribute name="mdnsubject" value="Your requested MDN response from $receiver.as2_id$"/>
  52. <attribute name="as2_url" value="http://server.com:20880"/>
  53. <attribute name="as2_mdn_to" value="edi@testa.com"/>
  54. <!-- <attribute name="as2_receipt_option" value="http://localhost:10080"/> ...for async MDN-->
  55. <attribute name="as2_receipt_option" value="http://ubtob.com:20881"/>
  56. <attribute name="as2_mdn_options" value="signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, SHA1"/>
  57. <attribute name="encrypt" value="3DES"/>
  58. <attribute name="sign" value="SHA1"/>
  59. <attribute name="resend_max_retries" value="3"/>
  60. <attribute name="prevent_canonicalization_for_mic" value="false"/>
  61. <attribute name="no_set_transfer_encoding_for_signing" value="false"/>
  62. <attribute name="no_set_transfer_encoding_for_encryption" value="false"/>
  63. <attribute name="rename_digest_to_old_name" value="false"/>
  64. <attribute name="remove_cms_algorithm_protection_attrib" value="false"/>
  65. </partnership>
  66. <partnership name="B-to-A">
  67. <sender name="B"/>
  68. <receiver name="A"/>
  69. </partnership>
  70. </partnerships>