Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL]UML 2 BPEL transformation
[ATL]UML 2 BPEL transformation [message #77592] Thu, 27 March 2008 04:44 Go to next message
Eclipse UserFriend
Originally posted by: hr_mi.live.cn

Hi ,everyone :
I want to transform a class diagram to bpel , it is defined like this:
-----------------
<<Data>>
purchaseOrder
-----------------
attributes
customerID:String
orderID:String
orderItem:OrderItem
-----------------
operations
-----------------
classes
-----------------


and the WSDL is defined as following:

Corresponding WSDL fragment:

<element name="purchaseOrder">
<complexType>
<sequence>
<element name="customerID" nillable ="true" type="xsd:string" />
<element name="orderI" nillable ="true" type="xsd:string" />
<element name="avaliability" nillable ="true" type="xsd:string"/>
</sequence>
</complexType>
</element>

<wsdl:message name="purchaseOrderMessage">
<wsdl:part name="parameters" element="tns:purchaseOrder" />
<wsdl:part name="attribute1" type=" xsd:string" />
</wsdl:message>


I am a new learner about this , who can help me make a rue for this
transformation ?


Thanks very much.
Re: [ATL]UML 2 BPEL transformation [message #77692 is a reply to message #77592] Thu, 27 March 2008 13:39 Go to previous messageGo to next message
William Piers is currently offline William PiersFriend
Messages: 301
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------090005000303070005030902
Content-Type: text/plain; charset=GB2312
Content-Transfer-Encoding: 8bit

Hello,

unique a
Re: [ATL]UML 2 BPEL transformation [message #77792 is a reply to message #77692] Fri, 28 March 2008 08:27 Go to previous message
Eclipse UserFriend
Originally posted by: hr_mi.live.cn

William Piers 写道:
> Hello,
>
> unique a écrit :
>> Hi ,everyone :
>> I want to transform a class diagram to bpel , it is defined like this:
>> -----------------
>> <<Data>>
>> purchaseOrder
>> -----------------
>> attributes
>> customerID:String
>> orderID:String
>> orderItem:OrderItem
>> -----------------
>> operations
>> -----------------
>> classes
>> -----------------
>>
>>
>> and the WSDL is defined as following:
>>
>> Corresponding WSDL fragment:
>>
>> <element name="purchaseOrder">
>> <complexType>
>> <sequence>
>> <element name="customerID" nillable ="true" type="xsd:string" />
>> <element name="orderI" nillable ="true" type="xsd:string" />
>> <element name="avaliability" nillable ="true" type="xsd:string"/>
>> </sequence>
>> </complexType>
>> </element>
>>
>> <wsdl:message name="purchaseOrderMessage">
>> <wsdl:part name="parameters" element="tns:purchaseOrder" />
>> <wsdl:part name="attribute1" type=" xsd:string" />
>> </wsdl:message>
>>
>>
>> I am a new learner about this , who can help me make a rue for this
>> transformation ?
>>
>
> The best way to learn is to try ;-) . I strongly advise you to watch
> some examples, for example in those pages :
> http://www.eclipse.org/m2m/atl/usecases/
> http://www.eclipse.org/m2m/atl/atlTransformations/
>
> You will find many UML2<something> examples. Then if you encounter
> problems, do not hesitate to ask here.
>
>> Thanks very much.
>>
>
> Best regards,
>
> William


Thanks for your advices !
I will try to do it best!
Previous Topic:ATL transformation
Next Topic:[AM3] Not bundled with ATL?
Goto Forum:
  


Current Time: Fri Apr 19 21:01:06 GMT 2024

Powered by FUDForum. Page generated in 0.03300 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top