This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 165166 - There is no way to choose input/output variables of the element type for the message activities in case wsdl messages with 1 part
Summary: There is no way to choose input/output variables of the element type for the ...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 13:28 UTC by Vitaly Bychkov
Modified: 2009-05-14 13:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Sample project (36.59 KB, application/x-compressed)
2009-05-14 13:29 UTC, Vitaly Bychkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2009-05-14 13:28:22 UTC
There is no way to choose input/output variables of the element type for the message activities in case wsdl messages
with 1 part.
Bpel specifiaction allows to use input/output Variables of the correspondent xsd element type in case wsdl message has
only 1 part.

From the WS-BPEL 2.0 spec: 
"
[SA00048] When the optional inputVariable and outputVariable attributes are being used in
an <invoke> activity, the variables referenced by inputVariable and outputVariable MUST
be messageType variables whose QName matches the QName of the input and output message
type used in the operation, respectively, except as follows: if the WSDL operation used in an
<invoke> activity uses a message containing exactly one part which itself is defined using an
element, then a variable of the same element type as used to define the part MAY be referenced
by the inputVariable and outputVariable attributes respectively."

But variable chooser doesn't allow to choose variables of the element type.

The sample project is in attachment.
Comment 1 Vitaly Bychkov 2009-05-14 13:29:35 UTC
Created attachment 82124 [details]
Sample project