If you download the eclipse environment at: http://www.pi4tech.org/tiki-index.php?page=pi4soa+DownloadsThere is a single click download in the section entitled: " Installing a standalone version" Pick the big one with BPMN and UML generation.
Create a workspace folder to put things in and then unzip the model zip file into that workspace folder.
In eclipse set your workspace to point to the newly created workspace folder and create a simple java project named:
Confirmations-FpML4.3This should pick up the enclosed project which you can then look at. When you create the project do not take the default perspective, when the dialogue comes up say no.
The project is structured as follows: src src/choreography src/choreography/modelswhich is where the Confirmations.cdm choregraphy description is located. Double click on it and it should come up. You should have three panels on the left
called Roles and Relationships, Base Types and Choreography Flows. src/choreography/bpmn which is where the BPMN rendering is located. src/choreography/htmlwhich is where the html rendering of the choreography is. I would use this for review. You can right click on the html file and Open With a browser.
src/choreography/umlwhich is where the xmi representation is. We use MagicDraw Enterprise to look at it.
Attachment:
Confirmations-FpML4.3.zip
Description: Zip archive