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: Reannouncement - Issue - 77 - BPEL cannot handle some SOAP header bindings


Title: Message
Due to a mistake on my part, this issue was erroneously announced as number 78. It is really number 77 and is in the issues list with that number. Here it is again with a hand-edit of the number.
 
This issue has already had considerable discussion as "Possible new issue ...", which I've grandfathered into the links list - please use an Issue - 77 - subject line on further discussion messages.
 
Peter
-----Original Message-----
From: Furniss, Peter
Sent: 21 October 2003 21:36
To: wsbpel@lists.oasis-open.org
Subject: [wsbpel] Issue - 78 - BPEL cannot handle some SOAP header bindings

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 - 77   - BPEL cannot handle some SOAP header bindings

Status: open
Date added: 21 Oct 2003
Submitter: Ugo Corda
Date submitted: 21 October 2003
Description: Let's suppose we have the following WSDL file:
<message name="In"> 
    <part name="InPart" element="InElement"/> 
</message> 

<message name="Header"> <part name="HeaderPart" element="HeaderElement"/> </message>

<portType name="myPortType"> <operation name="op1"> <input message="In"/> </operation> </portType>

<binding type="myPortType" ... > <soap:binding ..../> <operation name="op1"> <input> <soap:body parts="InPart" ...> <soap:header message="Header" part="HeaderPart" .../> </input> </operation> </binding>

In this example, the abstract operation "op1" refers to message "In", but the binding brings in an additional second message, "Header", for the concrete operation.

It seems that BPEL would not be able to process the "Header" information in any way. For instance, a "receive" operation would only be able to specify one inputVariable, which would be associated with the "In" message and not the "Header" message. In other words, the "Header" message would carry information to the "receive" operation that BPEL would have no access to.

If this is the case, new Web services defined with BPEL in mind could easily modify this scenario by defining both body and header as being part of a single message, but legacy Web services might be out of reach for BPEL.
Links: Ugo Corda, 20 Oct 2003     Frank Leymann, 21 Oct 2003     Ugo Corda, 21 Oct 2003     Satish Thatte, 21 Oct 2003     Peter Furniss, 21 Oct 2003     Ugo Corda, 21 Oct 2003     Satish Thatte, 21 Oct 2003     Ugo Corda, 21 Oct 2003     Satish Thatte, 21 Oct 2003     Ugo Corda, 21 Oct 2003
Changes: 21 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 - 78 - [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).

To unsubscribe from this mailing list (and be removed from the roster of the OASIS TC), go to http://www.oasis-open.org/apps/org/workgroup/wsbpel/members/leave_workgroup.php.



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