Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Failure to set input variable from type element for Invoke

Hi,
 
When you use the Eclipse BPEL Designer to set the inputVariable for an Invoke, which is from typed element. According to 10.3 of the BPEL2.0 specification:
 
" 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"
 
My invoke operation has an input message, which contains exactly one message's part from type element. But when I used the Eclipse designer, I cannot set the variable from type element with the tool. The set variable neither show on the dropdown list in the Invoke details, nor it doesn't show in the codes.
 
Is this an known bug? My currently project has to test for all posibilities of the BPEL variables.. Please help me with your advice.


Back to the top