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

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

Michael Illiger

Software Developer - BPEL Editor / WID
IBM Software Group, Application and Integration Middleware Software
WSS Business Process Solutions Development 1

Phone: +49-7031-16-1273  IBM Deutschland
E-Mail: milliger@xxxxxxxxxx  Schoenaicher Str. 220
 71032 Boeblingen
 Germany

IBM Deutschland Research & Development GmbH / Vorsitzender des Aufsichtsrats: Martin Jetter
Geschäftsführung: Dirk Wittkopp
Sitz der Gesellschaft: Böblingen / Registergericht: Amtsgericht Stuttgart, HRB 243294




From: Joni Lee <webcokies@xxxxxxxxx>
To: "BPEL Designer project developer discussions." <bpel-dev@xxxxxxxxxxx>
Date: 12/07/2009 10:49 AM
Subject: Re: [bpel-dev] small question about variable type of receive, reply
Sent by: bpel-dev-bounces@xxxxxxxxxxx





Hallo Michael,

Sorry for my bad english. WSDL message's part can be defined with

<part name="nmtoken" element="qname"/>
or
<part name="nmtoken" type="qname"/>

Is the "type" allowed in this situation?

-------------------------------------------------------------------------------------------

    <complexType name="Composite">
          ...
   </complexType>


   <message name="PO">
       <part name="composite" type="tns:Composite"/>

   </message>

vielen Dank.

--- 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-dev@xxxxxxxxxxx, bpel-dev-bounces@xxxxxxxxxxx
Date: Monday, December 7, 2009, 3:31 PM

Hi Joni,

PART is the "message part" from the WSDL specification (
http://www.w3.org/TR/wsdl#_message).
ELEMENT is the "element declaration" from the XML schema specification.


It depends on the structure of your WSDL message whether you can used an element-typed variable or not. If your message contains exactly one part that points to an element declaration - you can. Otherwise you can't.


Hope that helps...


Mit freundlichen Grüßen / Kind regards

_______________________________________________
bpel-dev mailing list
bpel-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/bpel-dev



Back to the top