OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

ebxml-cppa message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: For discussion today, work on ebMS 3 examples


Hi,

 

I had to do some maintenance on the schema while doing the pmode examples, so I am still creating them. I will describe the example content for TC review. Two CPPs, 1 ebBP 2.0, one CPA with MPC engaged.

 

If possible, we can try filling out some sample values for the subcases. The new MPC functionality is one we can all consider.

 

Here is a stub that can serve to focus discussion.

 

<DocExchange docExchangeId="docExchangeA1">

 

      <ebXMLSenderBinding version="3.0">

    

        <SenderProcessingMode conformanceLevel="http://">

          <MEP></MEP>

          <MEPBinding></MEPBinding>

          <SOAPVersion></SOAPVersion>

          <MPC></MPC>

        </SenderProcessingMode>

       

        <ReliableMessaging>

          <Retries>3</Retries>

          <RetryInterval>PT2H</RetryInterval>

          <MessageOrderSemantics>Guaranteed</MessageOrderSemantics>

        </ReliableMessaging>

 

        <PersistDuration>P11D</PersistDuration>

 

        <SenderNonRepudiation>

          <NonRepudiationProtocol>http://www.w3.org/2000/09/xmldsig#</NonRepudiationProtocol>

          <HashFunction>http://www.w3.org/2000/09/xmldsig#sha1</HashFunction>

          <SignatureAlgorithm>http://www.w3.org/2000/09/xmldsig#dsa-sha1</SignatureAlgorithm>

          <SigningCertificateRef certId="CompanyA_SigningCert"/>

        </SenderNonRepudiation>

 

        <SenderDigitalEnvelope>

          <DigitalEnvelopeProtocol version="2.0">S/MIME</DigitalEnvelopeProtocol>

          <EncryptionAlgorithm>DES-CBC</EncryptionAlgorithm>

          <EncryptionSecurityDetailsRef securityId="CompanyA_MessageSecurity"/>

        </SenderDigitalEnvelope>

 

      </ebXMLSenderBinding>

 

      <ebXMLReceiverBinding version="2.0">

        <ReliableMessaging>

          <Retries>3</Retries>

          <RetryInterval>PT2H</RetryInterval>

          <MessageOrderSemantics>Guaranteed</MessageOrderSemantics>

        </ReliableMessaging>

        <PersistDuration>P1D</PersistDuration>

        <ReceiverNonRepudiation>

          <NonRepudiationProtocol>http://www.w3.org/2000/09/xmldsig#</NonRepudiationProtocol>

          <HashFunction>http://www.w3.org/2000/09/xmldsig#sha1</HashFunction>

          <SignatureAlgorithm>http://www.w3.org/2000/09/xmldsig#dsa-sha1</SignatureAlgorithm>

          <SigningSecurityDetailsRef securityId="CompanyA_MessageSecurity"/>

        </ReceiverNonRepudiation>

        <ReceiverDigitalEnvelope>

          <DigitalEnvelopeProtocol version="2.0">S/MIME</DigitalEnvelopeProtocol>

          <EncryptionAlgorithm>DES-CBC</EncryptionAlgorithm>

          <EncryptionCertificateRef certId="CompanyA_EncryptionCert"/>

        </ReceiverDigitalEnvelope>

      </ebXMLReceiverBinding>

    </DocExchange>

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]