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: Issue - 73 - "wsdl:fault" element not allowed with one-way operation


This issue has been added to the wsbpel issue list. The issues list is posted as a Technical Committee document to the OASIS WSBPEL TC pages on a regular basis. The current edition, as a TC document, is the most recent document with the title in the "Issues" folder of the WSBPEL TC document list - the next posting will include this issue. The list editor's working copy, which will normally include an issue when it is announced, is available at this constant URL.

Issue - 73 - "wsdl:fault" element not allowed with one-way operation

Status: open
Date added: 6 Oct 2003
Submitter: Ugo Corda
Date submitted: 05 October 2003
Document: main BPEL TC document
Description: The example in section 10.2 incorrectly specifies a wsdl:fault element with a one-way operation, which is not allowed by WSDL 1.1.
<portType name="BuyerPT"> 
    <operation name="AsyncPurchaseResponse"> 
        <input message="smsg:POResponse"/> 
        <fault name="tns:RejectPO" message="smsg:POReject"/> 
    </operation> 
    <operation name="AsyncPurchaseReject"> 
        <input message="smsg:POReject"/> 
    </operation> 
</portType> 

Submitter's proposal: Replace the example with:
<portType name="BuyerPT"> 
    <operation name="AsyncPurchaseResponse"> 
        <input message="smsg:POResponse"/> 
    </operation> 
    <operation name="AsyncPurchaseReject"> 
        <input message="smsg:POReject"/> 
    </operation> 
</portType> 

Changes: 6 Oct 2003 - new issue

To comment on this issue, please follow-up to this announcement on the wsbpel@lists.oasis-open.org list (replying to this message should automatically send your message to that list), or ensure the subject line as you send it starts "Issue - 73 - [anything]" or is a reply to such a message.

To add a new issue, see the issues procedures document (but the address for new issue submission is the sender of this announcement).



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