<cp:CollaborationProtocolProfile
  xmlns:cp="http://www.ebxml.org/specs/cpp-cpa-v2_0.xsd">
  <cp:PartyInfo cp:partyName="PCInc"
    cp:defaultMshChannelId="asyncChannelA1">
    <cp:DeliveryChannel cp:channelId="asyncChannelA1"
      cp:transportId="transportA2"
      cp:docExchangeId="docExchangeA1">
      <cp:MessagingCharacteristics
        cp:syncReplyMode="none"
        cp:ackRequested="always"
        cp:ackSignatureRequested="always"
        cp:duplicateElimination="always"/>
    </cp:DeliveryChannel>
    <cp:Transport cp:transportId="transportA2">
      <cp:TransportSender>
        <cp:TransportProtocol cp:version="1.1">
          HTTP
        </cp:TransportProtocol>
        <cp:TransportClientSecurity>
          <cp:TransportSecurityProtocol cp:version="3.0">
            SSL
          </cp:TransportSecurityProtocol>
       </cp:TransportClientSecurity>
      </cp:TransportSender>
    </cp:Transport>
    <cp:DocExchange cp:docExchangeId="docExchangeA1">
      <cp:ebXMLSenderBinding cp:version="2.0">
        <cp:ReliableMessaging>
          <cp:Retries>3</cp:Retries>
          <cp:RetryInterval>PT2H</cp:RetryInterval>
          <cp:MessageOrderSemantics>
            Guaranteed
          </cp:MessageOrderSemantics>
       </cp:ReliableMessaging>
       <cp:SenderNonRepudiation>
         <cp:NonRepudiationProtocol>
            http://www.w3.org/2000/09/xmldsig#
         </cp:NonRepudiationProtocol>
         <cp:HashFunction>
            http://www.w3.org/2000/09/xmldsig#sha1
         </cp:HashFunction>
         <cp:SignatureAlgorithm>
            http://www.w3.org/2000/09/xmldsig#dsa-sha1
         </cp:SignatureAlgorithm>
       </cp:SenderNonRepudiation>
       <cp:SenderDigitalEnvelope>
         <cp:DigitalEnvelopeProtocol cp:version="2.0">
           S/MIME
         </cp:DigitalEnvelopeProtocol>
         <cp:EncryptionAlgorithm>
           DES-CBC
         </cp:EncryptionAlgorithm>
       </cp:SenderDigitalEnvelope>
      </cp:ebXMLSenderBinding>
    </cp:DocExchange>
 </cp:PartyInfo>
</cp:CollaborationProtocolProfile>