← Prev in month ← Prev in thread

latest editorial updates on WD 17

From
Durand, Jacques R. <>
Date
2007-03-15T22:54:43+00:00
ID
Thread
latest editorial updates on WD 17
1. as WS-RX voted a 
CD7 today, I propose we make sure to keep the WS-ReliableMessaging binding intro 
up-to-date (see 1st paragraph under B2 appendix). The referenced CD should by 
now CD7.

 

2. A reminder that 
we agreed in last meeting on adding an example of Receipt signal mesage. Here is 
a rough starting point for it (from snippets taken on Dale's emails). It would 
be nice to align the <ebbpsig:MessagePartNRInformation> content with parts 
of the acknowledged message example..

 

Message 
1:

 

 

<SOAP:Envelope 
xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/

http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header>

<ebms:Messaging 
xmlns:ebms="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-3_0.xsd"

        
xmlns:ds="http://www.w3.org/2000/09/xmldsig#">

    <ebms:UserMessage>

        
<ebms:MessageInfo>

            
<ebms:TimeStamp>2000-07-25T12:19:05</ebms:TimeStamp>

            
<ebms:MessageId></ebms:MessageId>

         </ebms:MessageInfo>

      ....

    </ebms:UserMessage>

</ebms:Messaging> 

</SOAP:Header>

<SOAP:Body>

....

</SOAP:Body>

</SOAP:Envelope>

 

Receipt for Message 1: 

 

<SOAP:Envelope 
xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"

xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/

http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header>
<ebms:Messaging 
xmlns:ebms="http://www.oasis-open.org/committees/ebxml-msg/schema/msg-header-3_0.xsd"

    
xmlns:ebbpsig="http://docs.oasis-open.org/ebxml-bp/ebbp-signals-2.0"

    
xmlns:ds="http://www.w3.org/2000/09/xmldsig#">

    
<ebms:SignalMessage>

        
<ebms:MessageInfo>

            
<ebms:TimeStamp>2000-07-25T12:19:35</ebms:TimeStamp>

            
<ebms:MessageId></ebms:MessageId>

            
<ebms:RefToMessageId></ebms:RefToMessageId>

        
</ebms:MessageInfo>

       
<ebms:Receipt>

           
<ebbpsig:NonRepudiationInformation>

                
<ebbpsig:MessagePartNRInformation>

                    
<ebbpsig:MessagePartIdentifier> 
</ebbpsig:MessagePartIdentifier>

                    
<ds:Reference> 
all the ds reference stuff</ds:Reference>

                
</ebbpsig:MessagePartNRInformation>

                
<ebbpsig:MessagePartNRInformation>

                    
<ebbpsig:MessagePartIdentifier> 
</ebbpsig:MessagePartIdentifier>

                    
<ds:Reference> 
all the ds reference stuff </ds:Reference>

                
</ebbpsig:MessagePartNRInformation>

            
</ebbpsig:NonRepudiationInformation>

      </ebms:Receipt>

    
</ebms:SignalMessage>

</ebms:Messaging> 

</SOAP:Header>

<SOAP:Body>

</SOAP:Body>

</SOAP:Envelope>
← Prev in month ← Prev in thread