Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [bpel-dev] small question about variable type of receive, reply

Hi Michael,

OK, then if a message has 2 parts. One part is from type "element", another one is from type "data type". And the BPEL's receive variable is from messageType. Then the "type" in the WSDL message's part is nothing wrong? I just wanna be sured about this.

   <message name="PO">
       <part name="p1" type="tns:Peron"/>
       <part name="p2" element="tns:PersonElement"/>
   </message>

Many thanks. And have a nice week Michael

--- On Mon, 12/7/09, Michael Illiger2 <MILLIGER@xxxxxxxxxx> wrote:

From: Michael Illiger2 <MILLIGER@xxxxxxxxxx>
Subject: Re: [bpel-dev] small question about variable type of receive, reply
To: "BPEL Designer project developer discussions." <bpel-dev@xxxxxxxxxxx>
Cc: "BPEL Designer project developer discussions." <bpel-dev@xxxxxxxxxxx>, bpel-dev-bounces@xxxxxxxxxxx
Date: Monday, December 7, 2009, 6:48 PM

Hey Joni,

"type" is not allowed in this situation.
Please take a look at "fromParts" / "toParts" if you want to use type-variables in Receives, Replies, Invokes,...

Mit freundlichen Grüßen / Kind regards


Back to the top