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

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

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


Subject: Missing Property Aliases in spec example?


Title: Missing Property Aliases in spec example?

Hello,

I think the current spec draft (and all older versions) are missing some definitions of property aliases in section 10.2:

With:
<correlationSets
        xmlns:cor="http://example.com/supplyCorrelation.wsdl">
        <correlationSet name="PurchaseOrder"
               properties="cor:customerID cor:orderNumber"/>
        <correlationSet name="Invoice"
               properties="cor:vendorID cor:invoiceNumber"/>
</correlationSets>

and:

<invoke partnerLink="Buyer" portType="SP:BuyerPT"

        operation="AsyncPurchaseResponse" inputVariable="POResponse">
        <correlations>
             <correlation set="PurchaseOrder" initiate="no" pattern="out"/>
             <correlation set="Invoice" initiate="yes" pattern="out"/>
        </correlations>
</invoke>

there must be a propertyAlias for the out message of AsyncPurchaseResponse, which is POResponse for all 4 properties: cor:customerID cor:orderNumber cor:vendorID cor:invoiceNumber. Those properties are missing in other activities, too. Also for the Reect message.

Am I right? If anybody can confirm, I will raise an issue.

Mit freundlichen Grüßen
Bernd Eckenfels
Chief Architect
--
SEEBURGER AG - Edisonstr.1 , D-75015 Bretten, Germany
Fax: +49 (0)7252 96-2400 - Phone: +49 (0)7252 96-1256
mailto:b.eckenfels@seeburger.de - http://www.seeburger.de



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